Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ def main():
|
|
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, width=100)
|
110 |
|
111 |
|
112 |
|
|
|
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, width=100)
|
110 |
|
111 |
|
112 |
|