Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,8 +41,7 @@ with gr.Blocks() as demo:
|
|
| 41 |
gr.Markdown("## 🤖 Simple Groq Chatbot")
|
| 42 |
|
| 43 |
# ✅ IMPORTANT CHANGE HERE
|
| 44 |
-
|
| 45 |
-
|
| 46 |
msg = gr.Textbox(placeholder="Type your message...")
|
| 47 |
state = gr.State([])
|
| 48 |
|
|
|
|
| 41 |
gr.Markdown("## 🤖 Simple Groq Chatbot")
|
| 42 |
|
| 43 |
# ✅ IMPORTANT CHANGE HERE
|
| 44 |
+
chatbot_ui = gr.Chatbot()
|
|
|
|
| 45 |
msg = gr.Textbox(placeholder="Type your message...")
|
| 46 |
state = gr.State([])
|
| 47 |
|