LeoWalker commited on
Commit
47cc304
1 Parent(s): e20829a

ratio of top

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([2,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,5])
21
 
22
  with col1:
23
  st.image("images/jobDetailExtractor3part.png", use_column_width=True)