Spaces:
Sleeping
Sleeping
Palbha Kulkarni (Nazwale)
commited on
Update app.py
Browse files
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 |
|