alapl063 commited on
Commit
9c3b287
·
verified ·
1 Parent(s): afe8500

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks(css="""
94
  """) as demo:
95
  gr.Markdown("# 🌍 ***FlightAI - Your Travel Assistant / Votre Assistant de Voyage*** ✈️\n")
96
 
97
- chatbot = gr.Chatbot(value=[("", translations["en"]["welcome"])], elem_id="chat-container")
98
 
99
  state = gr.State([]) # Store conversation history
100
 
 
94
  """) as demo:
95
  gr.Markdown("# 🌍 ***FlightAI - Your Travel Assistant / Votre Assistant de Voyage*** ✈️\n")
96
 
97
+ chatbot = gr.Chatbot(value=[("", translations["en"]["welcome"])], elem_id="chat-container")
98
 
99
  state = gr.State([]) # Store conversation history
100