broadfield-dev commited on
Commit
f27662f
·
verified ·
1 Parent(s): 59842d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1384,7 +1384,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=".gr-button { margin: 5px; } .gr-text
1384
  load_master_btn = gr.Button("⬆️ Load from Sources", variant="primary", interactive=not DEMO_MODE)
1385
  gr.Examples(
1386
  examples=[
1387
- [placeholder_filename, "https://huggingface.co/spaces/Agents-MCP-Hackathon/iLearn/resolve/main/evolutions/e0.01.01.png"],
1388
  ],
1389
  inputs=[upload_kb_img_fobj, load_kb_password_tb],
1390
  label="Click an Example to Load Data"
 
1384
  load_master_btn = gr.Button("⬆️ Load from Sources", variant="primary", interactive=not DEMO_MODE)
1385
  gr.Examples(
1386
  examples=[
1387
+ ["https://huggingface.co/spaces/Agents-MCP-Hackathon/iLearn/resolve/main/evolutions/e0.01.01.png", ""],
1388
  ],
1389
  inputs=[upload_kb_img_fobj, load_kb_password_tb],
1390
  label="Click an Example to Load Data"