Update app.py
Browse files
app.py
CHANGED
|
@@ -114,7 +114,7 @@ with gr.Blocks(css="""
|
|
| 114 |
user_input = gr.Textbox(placeholder="Type your travel question here...", interactive=True, scale=9)
|
| 115 |
send_button = gr.Button("Send", scale=1)
|
| 116 |
|
| 117 |
-
with gr.
|
| 118 |
reset_button = gr.Button("Reset Chat")
|
| 119 |
|
| 120 |
def submit_msg(message, history):
|
|
|
|
| 114 |
user_input = gr.Textbox(placeholder="Type your travel question here...", interactive=True, scale=9)
|
| 115 |
send_button = gr.Button("Send", scale=1)
|
| 116 |
|
| 117 |
+
with gr.Column(elem_classes=["centered"]):
|
| 118 |
reset_button = gr.Button("Reset Chat")
|
| 119 |
|
| 120 |
def submit_msg(message, history):
|