Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
·
7778ade
1
Parent(s):
a904f8b
Change layout
Browse files
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.
|
105 |
-
|
106 |
-
|
107 |
-
|
|
|
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
|