Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ def respond(message, chat_history):
|
|
94 |
return "", chat_history + [(message, f"Error processing request: {str(e)}")]
|
95 |
|
96 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
97 |
-
gr.Markdown("# <center
|
98 |
gr.Markdown("<center>University of Education Lahore Information Bot</center>")
|
99 |
gr.Markdown("<center>This bot only answers questions about University of Education Lahore and its sub-campuses</center>")
|
100 |
|
|
|
94 |
return "", chat_history + [(message, f"Error processing request: {str(e)}")]
|
95 |
|
96 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
97 |
+
gr.Markdown("# <center>UoE Chatbot</center>")
|
98 |
gr.Markdown("<center>University of Education Lahore Information Bot</center>")
|
99 |
gr.Markdown("<center>This bot only answers questions about University of Education Lahore and its sub-campuses</center>")
|
100 |
|