Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="""
|