Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,11 +83,7 @@ with gr.Blocks(css="""
|
|
83 |
|
84 |
with gr.Column():
|
85 |
with gr.Row():
|
86 |
-
gr.
|
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 |
|