PatilShruti commited on
Commit
f8336fe
·
verified ·
1 Parent(s): ee79f0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ chatbot_ui = gr.Interface(
52
  fn=python_tutor_bot,
53
  inputs=gr.Textbox(lines=3, placeholder="Ask me anything about Python..."),
54
  outputs=gr.Textbox(),
55
- title="Python Tutor Bot",
56
  description="A friendly Python tutor bot to help you learn and troubleshoot Python. Ask any question!"
57
  )
58
 
 
52
  fn=python_tutor_bot,
53
  inputs=gr.Textbox(lines=3, placeholder="Ask me anything about Python..."),
54
  outputs=gr.Textbox(),
55
+ title="Python Tutor Bot for beginners",
56
  description="A friendly Python tutor bot to help you learn and troubleshoot Python. Ask any question!"
57
  )
58