dataprincess commited on
Commit
bea8077
·
verified ·
1 Parent(s): a12044a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -210,8 +210,8 @@ def get_response(query):
210
 
211
 
212
  with gr.Blocks() as iface:
213
- iface.title("Chat with the British Chatbot!")
214
- iface.description("Hi friend! Please note that:\n- Our chats are not private.\n- I'm still undergoing training (I'm not perfect).\n- I'm not ChatGPT (My knowledge base is limited to class-related issues).\n- You're allowed only 5 messages daily.\n- I'm British ;)")
215
 
216
  chatbot = gr.Chatbot()
217
  msg = gr.Textbox()
 
210
 
211
 
212
  with gr.Blocks() as iface:
213
+ iface.title("Anjibot")
214
+ iface.description("Hi friend! I'm Anjibot, CS Group A AI Course Rep :)\n Please note that:\n- Our chats are not private.\n- I'm still undergoing training (I'm not perfect).\n- I'm not ChatGPT (My knowledge base is limited to class-related issues).\n- You're allowed only 5 messages daily.\n- I'm British ;)")
215
 
216
  chatbot = gr.Chatbot()
217
  msg = gr.Textbox()