Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ def summarize_text(text):
|
|
124 |
# HTML syntax for imagery
|
125 |
image_html = """
|
126 |
<div style="text-align: center;">
|
127 |
-
<img src="https://huggingface.co/spaces/camparchimedes/ola_s-audioshop/raw/main/picture.png" alt="Banner" width="
|
128 |
</div>
|
129 |
"""
|
130 |
|
|
|
124 |
# HTML syntax for imagery
|
125 |
image_html = """
|
126 |
<div style="text-align: center;">
|
127 |
+
<img src="https://huggingface.co/spaces/camparchimedes/ola_s-audioshop/raw/main/picture.png" alt="Banner" width="auto" height="auto">
|
128 |
</div>
|
129 |
"""
|
130 |
|