Anne31415 commited on
Commit
e3e292d
·
1 Parent(s): 6a1e413

Update app.py

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