Rabbitt-AI commited on
Commit
f3ae54d
·
verified ·
1 Parent(s): 6716640

Update app.py

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