Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
•
1e925eb
1
Parent(s):
7778ade
Change layout
Browse files
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=
|
104 |
with gr.Row():
|
105 |
-
with gr.Column(scale=1, min_width=
|
106 |
btn = gr.Button("Send")
|
107 |
-
with gr.Column(scale=1, min_width=
|
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")
|