vidhiparikh commited on
Commit
e131632
1 Parent(s): 7bbb221

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -120,8 +120,8 @@ iface = gr.Interface(
120
  fn=chat,
121
  inputs=gr.Textbox(lines=2, label="User Input"),
122
  outputs="text",
123
- title="Simple Chatbot",
124
- description="Enter your message and the chatbot will respond."
125
  )
126
 
127
  iface.launch()
 
120
  fn=chat,
121
  inputs=gr.Textbox(lines=2, label="User Input"),
122
  outputs="text",
123
+ title="Vidhi's Career Path Chatbot",
124
+ description="Ask me anything about Vidhi's professional journey and I will respond."
125
  )
126
 
127
  iface.launch()