Palbha Kulkarni (Nazwale) commited on
Commit
1ce08e3
·
unverified ·
1 Parent(s): 20cddd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ with gr.Blocks(css=custom_css) as app:
40
 
41
  with gr.Column(scale=3):
42
  gr.Markdown("<h1>✈️ Qatar Airways Virtual Assistant</h1>")
43
- chatbot = gr.Chatbot(label="Assistant", height=400)
44
  msg = gr.Textbox(label="Your Message")
45
  state = gr.State([])
46
 
 
40
 
41
  with gr.Column(scale=3):
42
  gr.Markdown("<h1>✈️ Qatar Airways Virtual Assistant</h1>")
43
+ chatbot = gr.Chatbot(label="Assistant", height=400,type="messages")
44
  msg = gr.Textbox(label="Your Message")
45
  state = gr.State([])
46