Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -380,7 +380,7 @@ with iface:
|
|
380 |
"Detailed", "Concise", "Creative", "Technical"], label="Response Style"
|
381 |
),
|
382 |
],
|
383 |
-
outputs= gr.Markdown(
|
384 |
)
|
385 |
|
386 |
iface.launch(share=True)
|
|
|
380 |
"Detailed", "Concise", "Creative", "Technical"], label="Response Style"
|
381 |
),
|
382 |
],
|
383 |
+
outputs= gr.Markdown(label="# **ChanceRAG Response**"),
|
384 |
)
|
385 |
|
386 |
iface.launch(share=True)
|