Spaces:
Running
Running
Update app.py
Browse files
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 |
|