dfki-nlp commited on
Commit
d9ee424
·
1 Parent(s): b9806d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ iface = gr.Interface(
57
  fn=predict,
58
  inputs=gr.Textbox(
59
  lines=5,
60
- default="There is still some uncertainty that Musk - also chief executive of electric car maker Tesla and rocket company SpaceX - will pull off his planned buyout.",
61
  ),
62
  outputs="html",
63
  )
 
57
  fn=predict,
58
  inputs=gr.Textbox(
59
  lines=5,
60
+ placeholder="There is still some uncertainty that Musk - also chief executive of electric car maker Tesla and rocket company SpaceX - will pull off his planned buyout.",
61
  ),
62
  outputs="html",
63
  )