Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -108,7 +108,7 @@ def page1():
|
|
| 108 |
col1, col2 = st.columns([3, 1]) # Adjust the ratio to your liking
|
| 109 |
|
| 110 |
with col1:
|
| 111 |
-
st.title("Welcome to
|
| 112 |
|
| 113 |
with col2:
|
| 114 |
# Load and display the image in the right column, which will be the top-right corner of the page
|
|
|
|
| 108 |
col1, col2 = st.columns([3, 1]) # Adjust the ratio to your liking
|
| 109 |
|
| 110 |
with col1:
|
| 111 |
+
st.title("Welcome to BinDocs AI!")
|
| 112 |
|
| 113 |
with col2:
|
| 114 |
# Load and display the image in the right column, which will be the top-right corner of the page
|