Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -300,10 +300,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(), title="Quantira AI Playgr
|
|
| 300 |
with gr.Column(scale=8):
|
| 301 |
chatbot = gr.Chatbot(
|
| 302 |
label="Quantira Chat",
|
| 303 |
-
|
| 304 |
-
bubble_full_width=False,
|
| 305 |
-
show_copy_button=True,
|
| 306 |
-
height=720,
|
| 307 |
)
|
| 308 |
|
| 309 |
with gr.Row():
|
|
|
|
| 300 |
with gr.Column(scale=8):
|
| 301 |
chatbot = gr.Chatbot(
|
| 302 |
label="Quantira Chat",
|
| 303 |
+
height=700,
|
|
|
|
|
|
|
|
|
|
| 304 |
)
|
| 305 |
|
| 306 |
with gr.Row():
|