emvecchi commited on
Commit
552382e
1 Parent(s): 8c46379

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ def get_path():
155
  def display_image(image_path):
156
  with hf_fs.open(image_path) as f:
157
  img = Image.open(f)
158
- st.image(img, caption='10 most contributing properties', use_column_width=True)
159
 
160
  #################################### Streamlit App ####################################
161
 
 
155
  def display_image(image_path):
156
  with hf_fs.open(image_path) as f:
157
  img = Image.open(f)
158
+ st.image(img, caption='8 most contributing properties', use_column_width=True)
159
 
160
  #################################### Streamlit App ####################################
161