Elishaaa321 commited on
Commit
312d64f
·
verified ·
1 Parent(s): b4d8d32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -41,8 +41,7 @@ with gr.Blocks() as demo:
41
  gr.Markdown("## 🤖 Simple Groq Chatbot")
42
 
43
  # ✅ IMPORTANT CHANGE HERE
44
- chatbot_ui = gr.Chatbot(type="messages")
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