Bndo commited on
Commit
c02bf66
·
verified ·
1 Parent(s): d5c35d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def chat_response(history, user_input):
14
 
15
  # Initialize Gradio chatbot with the correct type
16
  with gr.Blocks() as demo:
17
- gr.Markdown("## 🚀 AI Chatbot - Powered by Gradio")
18
 
19
  chatbot = gr.Chatbot(type="messages") # ✅ Fix: Use 'messages' format
20
  user_input = gr.Textbox(label="Your Message")
 
14
 
15
  # Initialize Gradio chatbot with the correct type
16
  with gr.Blocks() as demo:
17
+ gr.Markdown("## 🚀 AI Bandar -")
18
 
19
  chatbot = gr.Chatbot(type="messages") # ✅ Fix: Use 'messages' format
20
  user_input = gr.Textbox(label="Your Message")