Hira99 commited on
Commit
7e33c4b
1 Parent(s): cf2fa64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,8 +16,8 @@ def chat_with_bot(user_input):
16
  # Create the Gradio interface
17
  iface = gr.Interface(
18
  fn=chat_with_bot,
19
- inputs=gr.inputs.Textbox(label="You:"),
20
- outputs=gr.outputs.Textbox(label="Bot:"),
21
  title="English Learning Chatbot",
22
  description="Talk to the chatbot to practice English.",
23
  theme="default"
 
16
  # Create the Gradio interface
17
  iface = gr.Interface(
18
  fn=chat_with_bot,
19
+ inputs=gr.Textbox(label="You:", placeholder="Type your message here..."),
20
+ outputs=gr.Textbox(label="Bot:"),
21
  title="English Learning Chatbot",
22
  description="Talk to the chatbot to practice English.",
23
  theme="default"