Rabbitt-AI commited on
Commit
cf317dc
·
verified ·
1 Parent(s): cac363c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/chanceRAG_logo.jpg", label="Image", show_label=False)
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",