ffreemt commited on
Commit
7778ade
1 Parent(s): a904f8b

Change layout

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -101,10 +101,11 @@ with gr.Blocks(theme=theme) as block:
101
  dt = gr.Textbox(label="Current time")
102
  # """
103
  with gr.Column(scale=1, min_width=48):
104
- with gr.Column(scale=1, min_width=16):
105
- btn = gr.Button("Send")
106
- with gr.Column(scale=1, min_width=16):
107
- clear = gr.ClearButton([msg, chatbot])
 
108
  with gr.Row():
109
  dt = gr.Textbox(label="Current time")
110
  # do not clear prompt
 
101
  dt = gr.Textbox(label="Current time")
102
  # """
103
  with gr.Column(scale=1, min_width=48):
104
+ with gr.Row():
105
+ with gr.Column(scale=1, min_width=16):
106
+ btn = gr.Button("Send")
107
+ with gr.Column(scale=1, min_width=16):
108
+ clear = gr.ClearButton([msg, chatbot])
109
  with gr.Row():
110
  dt = gr.Textbox(label="Current time")
111
  # do not clear prompt