Siri23 commited on
Commit
4eece3e
·
verified ·
1 Parent(s): 0eaa6b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def vanilla_chatbot(message, history):
33
  demo_chatbot = gr.Interface(
34
  fn=vanilla_chatbot,
35
  inputs=gr.Textbox(lines=2, placeholder="Enter your message here..."),
36
- outputs=gr.Textbox(placeholder="Bot response will appear here...", readonly=True),
37
  title="Mashdemy Chatbot",
38
  description="Enter text to start chatting."
39
  )
 
33
  demo_chatbot = gr.Interface(
34
  fn=vanilla_chatbot,
35
  inputs=gr.Textbox(lines=2, placeholder="Enter your message here..."),
36
+ outputs=gr.Textbox(placeholder="Bot response will appear here..."),
37
  title="Mashdemy Chatbot",
38
  description="Enter text to start chatting."
39
  )