camparchimedes commited on
Commit
f073aa8
·
verified ·
1 Parent(s): 8205233

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="87%" height="auto">
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