Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -622,7 +622,7 @@ def create_interface():
|
|
| 622 |
# Admin section
|
| 623 |
with gr.Accordion("🔧 Admin Panel", open=False):
|
| 624 |
gr.Markdown(
|
| 625 |
-
|
| 626 |
**Rebuild Index:** Use this after adding or modifying files in the `{config.kb_directory}` directory.
|
| 627 |
The system will re-scan all markdown files and update the search index.
|
| 628 |
"""
|
|
|
|
| 622 |
# Admin section
|
| 623 |
with gr.Accordion("🔧 Admin Panel", open=False):
|
| 624 |
gr.Markdown(
|
| 625 |
+
"""
|
| 626 |
**Rebuild Index:** Use this after adding or modifying files in the `{config.kb_directory}` directory.
|
| 627 |
The system will re-scan all markdown files and update the search index.
|
| 628 |
"""
|