Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -273,8 +273,6 @@ with gr.Blocks(css="""#chatbot { font-size: 14px; min-height: 1200; }""") as dem
|
|
273 |
)
|
274 |
btn = gr.Button(value='Submit')
|
275 |
|
276 |
-
btn.style(full_width=True)
|
277 |
-
|
278 |
with gr.Group():
|
279 |
chatbot = gr.Chatbot(placeholder="Chat History", label="Chat History", lines=50, elem_id="chatbot")
|
280 |
|
|
|
273 |
)
|
274 |
btn = gr.Button(value='Submit')
|
275 |
|
|
|
|
|
276 |
with gr.Group():
|
277 |
chatbot = gr.Chatbot(placeholder="Chat History", label="Chat History", lines=50, elem_id="chatbot")
|
278 |
|