Spaces:
Sleeping
Sleeping
u393845
commited on
Commit
•
b852af3
1
Parent(s):
c85e98e
file changes
Browse files
app.py
CHANGED
@@ -272,7 +272,7 @@ with gr.Blocks(css="""#chatbot { font-size: 14px; min-height: 1200; }""") as dem
|
|
272 |
], label='Select Model')
|
273 |
btn = gr.Button(value='Submit')
|
274 |
|
275 |
-
btn.style(full_width=True)
|
276 |
|
277 |
with gr.Group():
|
278 |
chatbot = gr.Chatbot(placeholder="Chat History", label="Chat History", lines=50, elem_id="chatbot")
|
|
|
272 |
], label='Select Model')
|
273 |
btn = gr.Button(value='Submit')
|
274 |
|
275 |
+
#btn.style(full_width=True)
|
276 |
|
277 |
with gr.Group():
|
278 |
chatbot = gr.Chatbot(placeholder="Chat History", label="Chat History", lines=50, elem_id="chatbot")
|