Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -585,7 +585,7 @@ def create_demo_interface():
|
|
| 585 |
|
| 586 |
with gr.Blocks(
|
| 587 |
title="Vector RAG Demo - 小斜械褉 2023",
|
| 588 |
-
theme=gr.themes.
|
| 589 |
css="""
|
| 590 |
.main-header { text-align: center; margin-bottom: 2rem; }
|
| 591 |
.feature-box { background-color: #f8f9fa; padding: 1rem; border-radius: 8px; margin: 1rem 0; }
|
|
|
|
| 585 |
|
| 586 |
with gr.Blocks(
|
| 587 |
title="Vector RAG Demo - 小斜械褉 2023",
|
| 588 |
+
theme=gr.themes.Soft(),
|
| 589 |
css="""
|
| 590 |
.main-header { text-align: center; margin-bottom: 2rem; }
|
| 591 |
.feature-box { background-color: #f8f9fa; padding: 1rem; border-radius: 8px; margin: 1rem 0; }
|