Spaces:
Sleeping
Sleeping
Commit
·
d051db3
1
Parent(s):
ed62559
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def get_bot_response(user_id, message):
|
|
18 |
# Set up Gradio chatbot interface
|
19 |
title = "Chatbot"
|
20 |
description = "Enter your message and the bot will respond!"
|
21 |
-
chatbot = gr.
|
22 |
get_bot_response,
|
23 |
username="User",
|
24 |
placeholder="Enter your message here...",
|
|
|
18 |
# Set up Gradio chatbot interface
|
19 |
title = "Chatbot"
|
20 |
description = "Enter your message and the bot will respond!"
|
21 |
+
chatbot = gr.Chatbot(
|
22 |
get_bot_response,
|
23 |
username="User",
|
24 |
placeholder="Enter your message here...",
|