Anne31415 commited on
Commit
6864033
·
1 Parent(s): c393edc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ def main():
108
  with col2:
109
  # Load and display the image in the right column, which will be the top-right corner of the page
110
  image = Image.open('BinDoc Logo (Quadratisch).png')
111
- st.image(image, use_column_width='always')
112
 
113
 
114
 
 
108
  with col2:
109
  # Load and display the image in the right column, which will be the top-right corner of the page
110
  image = Image.open('BinDoc Logo (Quadratisch).png')
111
+ st.image(image)
112
 
113
 
114