Spaces:
Sleeping
Sleeping
ratio of top
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
@@ -17,7 +17,7 @@ st.set_page_config(layout="wide")
|
|
17 |
|
18 |
st.title("Job Description Parser")
|
19 |
|
20 |
-
col1, col2 = st.columns([2,
|
21 |
|
22 |
with col1:
|
23 |
st.image("images/jobDetailExtractor3part.png", use_column_width=True)
|
|
|
17 |
|
18 |
st.title("Job Description Parser")
|
19 |
|
20 |
+
col1, col2 = st.columns([2,5])
|
21 |
|
22 |
with col1:
|
23 |
st.image("images/jobDetailExtractor3part.png", use_column_width=True)
|