Spaces:
Running
Running
Update app.py
Browse files
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('
|
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 |
|