alapl063 commited on
Commit
d7916b4
·
verified ·
1 Parent(s): e44ec40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Row(align="center"):
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):