gmustafa413 commited on
Commit
e25e79d
·
verified ·
1 Parent(s): 7474d12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>🤖 RAG-Based 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
 
 
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