Spaces:
Running
Running
Update app.py
Browse files
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,
|
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!")
|