Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -173,7 +173,7 @@ def chatbot_interface(user_query, response_style):
|
|
| 173 |
|
| 174 |
iface = gr.Blocks(theme="Rabbitt-AI/ChanceRAG")
|
| 175 |
with iface:
|
| 176 |
-
gr.Image("images/
|
| 177 |
gr.Interface(
|
| 178 |
fn=chatbot_interface,
|
| 179 |
theme="Rabbitt-AI/ChanceRAG",
|
|
|
|
| 173 |
|
| 174 |
iface = gr.Blocks(theme="Rabbitt-AI/ChanceRAG")
|
| 175 |
with iface:
|
| 176 |
+
gr.Image("images/ChatHapi_logo.png", label="Image", show_label=False)
|
| 177 |
gr.Interface(
|
| 178 |
fn=chatbot_interface,
|
| 179 |
theme="Rabbitt-AI/ChanceRAG",
|