Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -98,10 +98,10 @@ def main():
|
|
98 |
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
99 |
|
100 |
# Main content
|
101 |
-
col1, col2 = st.columns([
|
102 |
|
103 |
with col1:
|
104 |
-
st.title("Welcome to BinDocs ChatBot!
|
105 |
|
106 |
with col2:
|
107 |
# Load and display the image in the right column, which will be the top-right corner of the page
|
|
|
98 |
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
99 |
|
100 |
# Main content
|
101 |
+
col1, col2 = st.columns([4, 1]) # Adjust the ratio to your liking
|
102 |
|
103 |
with col1:
|
104 |
+
st.title("Welcome to BinDocs ChatBot!")
|
105 |
|
106 |
with col2:
|
107 |
# Load and display the image in the right column, which will be the top-right corner of the page
|