Anne31415 commited on
Commit
65a9bb0
·
1 Parent(s): 12e38b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def main():
98
  st.markdown(hide_streamlit_style, unsafe_allow_html=True)
99
 
100
  # Main content
101
- col1, col2 = st.columns([8, 20]) # Adjust the ratio to your liking
102
 
103
  with col1:
104
  st.title("Welcome to BinDocs ChatBot!")
 
98
  st.markdown(hide_streamlit_style, unsafe_allow_html=True)
99
 
100
  # Main content
101
+ col1, col2 = st.columns([8, 2]) # Adjust the ratio to your liking
102
 
103
  with col1:
104
  st.title("Welcome to BinDocs ChatBot!")