Anne31415 commited on
Commit
ac8f801
·
1 Parent(s): 8371907

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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([3, 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
 
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