Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks() as demo:
|
|
113 |
interactive=True
|
114 |
)
|
115 |
|
116 |
-
chatbot = gr.Chatbot(label="💬 Chatbot")
|
117 |
|
118 |
with gr.Row():
|
119 |
with gr.Column(scale=4):
|
|
|
113 |
interactive=True
|
114 |
)
|
115 |
|
116 |
+
chatbot = gr.Chatbot(label="💬 Chatbot") # `.style()` method removed
|
117 |
|
118 |
with gr.Row():
|
119 |
with gr.Column(scale=4):
|