dine24 commited on
Commit
9f540b1
·
verified ·
1 Parent(s): c59396a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -83,11 +83,7 @@ with gr.Blocks(css="""
83
 
84
  with gr.Column():
85
  with gr.Row():
86
- gr.HTML("""
87
- <div class='logo-container'>
88
- <img src='file/OnlineRetail.png' alt='Luxury Decor Logo' />
89
- </div>
90
- """)
91
  gr.Markdown("### 🛋️ Luxury Decor Assistant")
92
  gr.Markdown("Ask your decor questions based on real product descriptions. <br> Powered by **DeBERTa + FAISS + Falcon 1B**.")
93
 
 
83
 
84
  with gr.Column():
85
  with gr.Row():
86
+ gr.Image("OnlineRetail.png", elem_id="logo-img", show_label=False, show_download_button=False)
 
 
 
 
87
  gr.Markdown("### 🛋️ Luxury Decor Assistant")
88
  gr.Markdown("Ask your decor questions based on real product descriptions. <br> Powered by **DeBERTa + FAISS + Falcon 1B**.")
89