Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -198,7 +198,7 @@ with gr.Blocks() as demo:
|
|
| 198 |
status = gr.Textbox(label="Status", interactive=False)
|
| 199 |
seat_map = gr.HTML(label="Seat Map")
|
| 200 |
|
| 201 |
-
ai = gr.ChatInterface(fn=ai_chat,
|
| 202 |
|
| 203 |
btn_hold.click(
|
| 204 |
hold_action,
|
|
|
|
| 198 |
status = gr.Textbox(label="Status", interactive=False)
|
| 199 |
seat_map = gr.HTML(label="Seat Map")
|
| 200 |
|
| 201 |
+
ai = gr.ChatInterface(fn=ai_chat, title="AI Assistant")
|
| 202 |
|
| 203 |
btn_hold.click(
|
| 204 |
hold_action,
|