saad-k7 commited on
Commit
8104b87
1 Parent(s): f560c04

application file

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ import traceback
6
  try:
7
  gr.ChatInterface(fn=chatbot,
8
  chatbot=gr.Chatbot(height=600),
9
- textbox=gr.Textbox(placeholder="Ask me a question related to jewellery.", container=False, scale=7),
10
- title="Jewelli Chatbot",
11
  ).launch()
12
 
13
  except Exception as e:
 
6
  try:
7
  gr.ChatInterface(fn=chatbot,
8
  chatbot=gr.Chatbot(height=600),
9
+ textbox=gr.Textbox(placeholder="Ask me a question related to Booking time slots", container=False, scale=7),
10
+ title="Agent Booking System",
11
  ).launch()
12
 
13
  except Exception as e: