Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ def chat(message, history):
|
|
| 63 |
with gr.Blocks() as demo:
|
| 64 |
gr.Markdown("# 🧠 Living Legend AI Chatbot")
|
| 65 |
|
| 66 |
-
chatbot = gr.Chatbot(
|
| 67 |
msg = gr.Textbox()
|
| 68 |
clear = gr.Button("Clear")
|
| 69 |
|
|
|
|
| 63 |
with gr.Blocks() as demo:
|
| 64 |
gr.Markdown("# 🧠 Living Legend AI Chatbot")
|
| 65 |
|
| 66 |
+
chatbot = gr.Chatbot() # IMPORTANT FIX
|
| 67 |
msg = gr.Textbox()
|
| 68 |
clear = gr.Button("Clear")
|
| 69 |
|