Spaces:
Sleeping
Sleeping
Update app.py
Browse filesremove soft theme
app.py
CHANGED
|
@@ -79,14 +79,12 @@ chat = gr.ChatInterface(
|
|
| 79 |
title="CPA Chatbot POC",
|
| 80 |
description="You can use this chatbot to answer questions related to Crown Pointe Academy policies.",
|
| 81 |
examples=["Summarize the school's uniform policy", "Can a student wear earrings?"],
|
| 82 |
-
theme=gr.themes.Soft(),
|
| 83 |
retry_btn=None,
|
| 84 |
undo_btn=None,
|
| 85 |
)
|
| 86 |
|
| 87 |
# Wrap in Blocks to add custom CSS and preserve theme
|
| 88 |
with gr.Blocks(
|
| 89 |
-
theme=gr.themes.Soft(),
|
| 90 |
css="""
|
| 91 |
footer {display: none !important;}
|
| 92 |
.footer {display: none !important;}
|
|
|
|
| 79 |
title="CPA Chatbot POC",
|
| 80 |
description="You can use this chatbot to answer questions related to Crown Pointe Academy policies.",
|
| 81 |
examples=["Summarize the school's uniform policy", "Can a student wear earrings?"],
|
|
|
|
| 82 |
retry_btn=None,
|
| 83 |
undo_btn=None,
|
| 84 |
)
|
| 85 |
|
| 86 |
# Wrap in Blocks to add custom CSS and preserve theme
|
| 87 |
with gr.Blocks(
|
|
|
|
| 88 |
css="""
|
| 89 |
footer {display: none !important;}
|
| 90 |
.footer {display: none !important;}
|