Pankaj Mathur
commited on
Commit
•
d35a838
1
Parent(s):
2122549
Update app.py
Browse files
app.py
CHANGED
@@ -86,8 +86,8 @@ with gr.Blocks(css=CSS) as demo:
|
|
86 |
lines=3,
|
87 |
)
|
88 |
with gr.Row():
|
89 |
-
submit = gr.Button(value="Send
|
90 |
-
clear = gr.Button(value="Clear
|
91 |
stop = gr.Button(value="Stop", variant="secondary").style(full_width=False)
|
92 |
with gr.Accordion("Show Model Parameters", open=False):
|
93 |
with gr.Row():
|
|
|
86 |
lines=3,
|
87 |
)
|
88 |
with gr.Row():
|
89 |
+
submit = gr.Button(value="Send", variant="secondary").style(full_width=True)
|
90 |
+
clear = gr.Button(value="Clear", variant="secondary").style(full_width=False)
|
91 |
stop = gr.Button(value="Stop", variant="secondary").style(full_width=False)
|
92 |
with gr.Accordion("Show Model Parameters", open=False):
|
93 |
with gr.Row():
|