Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -210,8 +210,8 @@ def get_response(query):
|
|
| 210 |
|
| 211 |
|
| 212 |
with gr.Blocks() as iface:
|
| 213 |
-
iface.title("
|
| 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()
|