sofzcc commited on
Commit
b37715b
·
verified ·
1 Parent(s): c8c5f37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- f"""
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
  """