Yannael_LB commited on
Commit
8335b19
·
1 Parent(s): f39fdae

Update for waffles

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 add markers for five major attractions")
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():