Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,8 +107,6 @@ with gr.Blocks(
|
|
| 107 |
title="CPA Chatbot POC",
|
| 108 |
description="You can use this chatbot to answer questions related to Crown Pointe Academy policies.",
|
| 109 |
examples=["Summarize the school's uniform policy", "Can a student wear earrings?"],
|
| 110 |
-
retry_btn=None,
|
| 111 |
-
undo_btn=None,
|
| 112 |
)
|
| 113 |
|
| 114 |
# Mount Gradio app to FastAPI at root path
|
|
|
|
| 107 |
title="CPA Chatbot POC",
|
| 108 |
description="You can use this chatbot to answer questions related to Crown Pointe Academy policies.",
|
| 109 |
examples=["Summarize the school's uniform policy", "Can a student wear earrings?"],
|
|
|
|
|
|
|
| 110 |
)
|
| 111 |
|
| 112 |
# Mount Gradio app to FastAPI at root path
|