Spaces:
Sleeping
Sleeping
Rabbitt-AI
commited on
Commit
•
939668d
1
Parent(s):
49f7c05
Update app.py
Browse files
app.py
CHANGED
@@ -351,10 +351,7 @@ with iface:
|
|
351 |
"Detailed", "Concise", "Creative", "Technical"], label="Response Style"
|
352 |
),
|
353 |
],
|
354 |
-
outputs=
|
355 |
-
gr.Markdown(),
|
356 |
-
label="ChanceRAG Response"
|
357 |
-
)],
|
358 |
)
|
359 |
|
360 |
iface.launch(share=True)
|
|
|
351 |
"Detailed", "Concise", "Creative", "Technical"], label="Response Style"
|
352 |
),
|
353 |
],
|
354 |
+
outputs= gr.Textbox(label="ChanceRAG Response"),
|
|
|
|
|
|
|
355 |
)
|
356 |
|
357 |
iface.launch(share=True)
|