Rabbitt-AI commited on
Commit
c2f9fcd
·
verified ·
1 Parent(s): 2265d86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -369,8 +369,7 @@ iface = gr.Interface(
369
  gr.Textbox(lines=5, label="User Query"),
370
  gr.Dropdown(["Detailed", "Concise", "Creative", "Technical"], label="Retreival Style"),
371
  ],
372
- gr.Button("Retrieve with Advanced Fusion", variant="primary"),
373
- outputs=gr.Textbox(label="RAG Response"),
374
  title="Chance RAG",
375
  )
376
 
 
369
  gr.Textbox(lines=5, label="User Query"),
370
  gr.Dropdown(["Detailed", "Concise", "Creative", "Technical"], label="Retreival Style"),
371
  ],
372
+ outputs=gr.Textbox(label="ChanceRAG Response"),
 
373
  title="Chance RAG",
374
  )
375