Rabbitt-AI commited on
Commit
e29c8ff
·
verified ·
1 Parent(s): 2e0612d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -370,7 +370,7 @@ iface = gr.Interface(
370
  gr.Dropdown(["Detailed", "Concise", "Creative", "Technical"], label="Retreival Style"),
371
  ],
372
  outputs=gr.Textbox(label="RAG Response"),
373
- title="Chance RAG"
374
  description="Retrieval Method: Advanced Fusion"
375
  )
376
 
 
370
  gr.Dropdown(["Detailed", "Concise", "Creative", "Technical"], label="Retreival Style"),
371
  ],
372
  outputs=gr.Textbox(label="RAG Response"),
373
+ title="Chance RAG",
374
  description="Retrieval Method: Advanced Fusion"
375
  )
376