broadfield-dev commited on
Commit
90d6bd6
·
verified ·
1 Parent(s): ece0d95

Update app.py

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