Spaces:
Sleeping
Sleeping
Yannael_LB
commited on
Commit
·
8335b19
1
Parent(s):
f39fdae
Update for waffles
Browse files
app.py
CHANGED
@@ -247,7 +247,7 @@ with gr.Blocks(title="OpenAI assistant Wanderlust") as demo:
|
|
247 |
chatbot = gr.Chatbot()
|
248 |
map = gr.Plot(fig)
|
249 |
|
250 |
-
msg = gr.Textbox("Move the map to Brussels and
|
251 |
|
252 |
with gr.Column():
|
253 |
with gr.Row():
|
|
|
247 |
chatbot = gr.Chatbot()
|
248 |
map = gr.Plot(fig)
|
249 |
|
250 |
+
msg = gr.Textbox("Move the map to Brussels and locate the best places for waffles")
|
251 |
|
252 |
with gr.Column():
|
253 |
with gr.Row():
|