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