arielleharris commited on
Commit
fa734c9
·
verified ·
1 Parent(s): aec86ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ interface = gr.Interface(
29
  fn=faq_chatbot, # The function to handle user input
30
  inputs=gr.Textbox(lines=2, placeholder="Ask me about studying tips or resources..."), # Input text box
31
  outputs="text", # Output as text
32
- title="Academic Advisor",
33
  description="Ask me for study tips, time management advice, or about resources to help with your studies!"
34
  )
35
 
 
29
  fn=faq_chatbot, # The function to handle user input
30
  inputs=gr.Textbox(lines=2, placeholder="Ask me about studying tips or resources..."), # Input text box
31
  outputs="text", # Output as text
32
+ title="Student FAQ Chatbot",
33
  description="Ask me for study tips, time management advice, or about resources to help with your studies!"
34
  )
35