Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,8 +80,8 @@ def chat(user_msg, history, model_name):
|
|
| 80 |
|
| 81 |
|
| 82 |
# ββ UI ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 83 |
-
with gr.Blocks(
|
| 84 |
-
|
| 85 |
|
| 86 |
with gr.Row():
|
| 87 |
with gr.Column(scale=1, min_width=270):
|
|
|
|
| 80 |
|
| 81 |
|
| 82 |
# ββ UI ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 83 |
+
with gr.Blocks(title="...") # theme removed
|
| 84 |
+
gr.Chatbot(height=460, label="Chat")
|
| 85 |
|
| 86 |
with gr.Row():
|
| 87 |
with gr.Column(scale=1, min_width=270):
|