LogicDataSolutions commited on
Commit
81f58e5
·
verified ·
1 Parent(s): c3c488e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ add_ping_route(fastapi_app, call_langflow)
96
  # Create Gradio Chat Interface
97
  chatui = gr.ChatInterface(
98
  fn=call_langflow,
99
- title="CPA Chatbot POC",
100
  description="You can use this chatbot to answer questions related to Crown Pointe Academy policies.",
101
  examples=["Summarize the school's uniform policy", "Can a student wear earrings?"],
102
  css="""
 
96
  # Create Gradio Chat Interface
97
  chatui = gr.ChatInterface(
98
  fn=call_langflow,
99
+ #title="CPA Chatbot POC",
100
  description="You can use this chatbot to answer questions related to Crown Pointe Academy policies.",
101
  examples=["Summarize the school's uniform policy", "Can a student wear earrings?"],
102
  css="""