broadfield-dev commited on
Commit
a961efd
·
verified ·
1 Parent(s): a798f5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1383,7 +1383,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=".gr-button { margin: 5px; } .gr-text
1383
  kb_image_display_output = gr.Image(label="Generated Image (Right-click to copy)", visible=False)
1384
  kb_image_download_output = gr.DownloadButton("⬇️ Download Image File", visible=False)
1385
 
1386
- with gr.TabItem("📂 Load KB"):
1387
  gr.Markdown("Import rules, memories, or a full KB from local files or a portable PNG image.")
1388
  load_status_tb = gr.Textbox(label="Load Operation Status", interactive=False, lines=2)
1389
  load_kb_password_tb = gr.Textbox(label="Password (for decrypting images)", type="password")
 
1383
  kb_image_display_output = gr.Image(label="Generated Image (Right-click to copy)", visible=False)
1384
  kb_image_download_output = gr.DownloadButton("⬇️ Download Image File", visible=False)
1385
 
1386
+ with gr.TabItem("📂 Load KB (Example)"):
1387
  gr.Markdown("Import rules, memories, or a full KB from local files or a portable PNG image.")
1388
  load_status_tb = gr.Textbox(label="Load Operation Status", interactive=False, lines=2)
1389
  load_kb_password_tb = gr.Textbox(label="Password (for decrypting images)", type="password")