Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ def summarize_text(text):
|
|
144 |
# HTML syntax for imagery
|
145 |
image_html = """
|
146 |
<div style="text-align: center;">
|
147 |
-
<img src="https://huggingface.co/spaces/camparchimedes/ola_s-audioshop/raw/main/picture.png" alt="Banner" width="
|
148 |
</div>
|
149 |
"""
|
150 |
|
|
|
144 |
# HTML syntax for imagery
|
145 |
image_html = """
|
146 |
<div style="text-align: center;">
|
147 |
+
<img src="https://huggingface.co/spaces/camparchimedes/ola_s-audioshop/raw/main/picture.png" alt="Banner" width="85%" height="auto">
|
148 |
</div>
|
149 |
"""
|
150 |
|