Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -351,7 +351,10 @@ with iface:
|
|
351 |
"Detailed", "Concise", "Creative", "Technical"], label="Response Style"
|
352 |
),
|
353 |
],
|
354 |
-
outputs=gr.
|
|
|
|
|
|
|
355 |
)
|
356 |
|
357 |
iface.launch(share=True)
|
|
|
351 |
"Detailed", "Concise", "Creative", "Technical"], label="Response Style"
|
352 |
),
|
353 |
],
|
354 |
+
outputs= [ gr.Box(
|
355 |
+
gr.Markdown(),
|
356 |
+
label="ChanceRAG Response"
|
357 |
+
)],
|
358 |
)
|
359 |
|
360 |
iface.launch(share=True)
|