Spaces:
Runtime error
Runtime error
Commit
Β·
155f54a
1
Parent(s):
b93548c
Update app.py
Browse files
app.py
CHANGED
|
@@ -194,7 +194,7 @@ class RavenDemo(gr.Blocks):
|
|
| 194 |
]
|
| 195 |
|
| 196 |
user_input = gr.Textbox(
|
| 197 |
-
placeholder="Ask
|
| 198 |
show_label=False,
|
| 199 |
autofocus=True,
|
| 200 |
)
|
|
|
|
| 194 |
]
|
| 195 |
|
| 196 |
user_input = gr.Textbox(
|
| 197 |
+
placeholder="Ask anything about places, recommendations, or reviews!",
|
| 198 |
show_label=False,
|
| 199 |
autofocus=True,
|
| 200 |
)
|