ImagineAI-Real commited on
Commit
d051db3
·
1 Parent(s): ed62559

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.inputs.Chatbot(
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...",