Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ iface = gr.Interface(
|
|
57 |
fn=predict,
|
58 |
inputs=gr.Textbox(
|
59 |
lines=5,
|
60 |
-
|
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 |
)
|