LeoWalker commited on
Commit
e20829a
·
1 Parent(s): 616189c

changed shape of top with image

Browse files
Files changed (1) hide show
  1. 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([1,6])
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,6])
21
 
22
  with col1:
23
  st.image("images/jobDetailExtractor3part.png", use_column_width=True)