Update app.py
Browse files
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
|
| 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")
|