ashutoshzade commited on
Commit
38615d6
·
verified ·
1 Parent(s): e478cb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, type="messages", title="AI Assistant")
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,