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

Change layout

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -100,11 +100,11 @@ with gr.Blocks(theme=theme) as block:
100
  with gr.Column(scale=1, min_width=25):
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")
 
100
  with gr.Column(scale=1, min_width=25):
101
  dt = gr.Textbox(label="Current time")
102
  # """
103
+ with gr.Column(scale=1, min_width=100):
104
  with gr.Row():
105
+ with gr.Column(scale=1, min_width=50):
106
  btn = gr.Button("Send")
107
+ with gr.Column(scale=1, min_width=50):
108
  clear = gr.ClearButton([msg, chatbot])
109
  with gr.Row():
110
  dt = gr.Textbox(label="Current time")