Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -363,7 +363,7 @@ def chatbot_interface(file, user_query, response_style):
|
|
363 |
return formatted_response
|
364 |
iface = gr.Blocks(theme="Rabbitt-AI/ChanceRAG")
|
365 |
with iface:
|
366 |
-
gr.Image("images/chanceRAG_logo.
|
367 |
gr.Interface(
|
368 |
fn=chatbot_interface,
|
369 |
theme="Rabbitt-AI/ChanceRAG",
|
|
|
363 |
return formatted_response
|
364 |
iface = gr.Blocks(theme="Rabbitt-AI/ChanceRAG")
|
365 |
with iface:
|
366 |
+
gr.Image("images/chanceRAG_logo.jpg", label="Image", show_label = False)
|
367 |
gr.Interface(
|
368 |
fn=chatbot_interface,
|
369 |
theme="Rabbitt-AI/ChanceRAG",
|