Update app.py
Browse files
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 |
|