Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -248,8 +248,7 @@ def create_interface():
|
|
| 248 |
# Chat Interface
|
| 249 |
chatbot = gr.Chatbot(
|
| 250 |
label="💬 Chat",
|
| 251 |
-
height=500
|
| 252 |
-
type="tuples"
|
| 253 |
)
|
| 254 |
|
| 255 |
with gr.Row():
|
|
@@ -363,8 +362,7 @@ def create_interface():
|
|
| 363 |
apply_btn = gr.Button(
|
| 364 |
"⚡ Apply Settings",
|
| 365 |
variant="primary",
|
| 366 |
-
size="lg"
|
| 367 |
-
full_width=True
|
| 368 |
)
|
| 369 |
|
| 370 |
# Settings Status
|
|
|
|
| 248 |
# Chat Interface
|
| 249 |
chatbot = gr.Chatbot(
|
| 250 |
label="💬 Chat",
|
| 251 |
+
height=500
|
|
|
|
| 252 |
)
|
| 253 |
|
| 254 |
with gr.Row():
|
|
|
|
| 362 |
apply_btn = gr.Button(
|
| 363 |
"⚡ Apply Settings",
|
| 364 |
variant="primary",
|
| 365 |
+
size="lg"
|
|
|
|
| 366 |
)
|
| 367 |
|
| 368 |
# Settings Status
|