Spaces:
Runtime error
Runtime error
artificialguybr
commited on
Commit
•
a4cd409
1
Parent(s):
463c3f1
Update app.py
Browse files
app.py
CHANGED
@@ -93,9 +93,9 @@ with gr.Blocks(css=CSS) as demo:
|
|
93 |
lines=3,
|
94 |
)
|
95 |
with gr.Row():
|
96 |
-
submit = gr.Button(value="Send message", variant="secondary"
|
97 |
-
clear = gr.Button(value="New topic", variant="secondary"
|
98 |
-
stop = gr.Button(value="Stop", variant="secondary"
|
99 |
with gr.Accordion("Show Model Parameters", open=False):
|
100 |
with gr.Row():
|
101 |
with gr.Column():
|
|
|
93 |
lines=3,
|
94 |
)
|
95 |
with gr.Row():
|
96 |
+
submit = gr.Button(value="Send message", variant="secondary", scale=1)
|
97 |
+
clear = gr.Button(value="New topic", variant="secondary", scale=0)
|
98 |
+
stop = gr.Button(value="Stop", variant="secondary", scale=0)
|
99 |
with gr.Accordion("Show Model Parameters", open=False):
|
100 |
with gr.Row():
|
101 |
with gr.Column():
|