gopiashokan commited on
Commit
73c91ff
·
verified ·
1 Parent(s): 8ef0f65

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -10
app.py CHANGED
@@ -565,8 +565,8 @@ with st.sidebar:
565
 
566
  add_vertical_space(3)
567
 
568
- option = option_menu(menu_title='', options=['Summary', 'Strength', 'Weakness', 'Job Titles', 'Linkedin Jobs', 'Exit'],
569
- icons=['house-fill', 'database-fill', 'pass-fill', 'list-ul', 'linkedin', 'sign-turn-right-fill'])
570
 
571
 
572
 
@@ -599,11 +599,3 @@ elif option == 'Linkedin Jobs':
599
  linkedin_scraper.main()
600
 
601
 
602
-
603
- elif option == 'Exit':
604
-
605
- col1, col2, col3 = st.columns([0.3,0.4,0.3])
606
- with col2:
607
- st.success('Thank you for your time. Exiting the application')
608
- st.balloons()
609
-
 
565
 
566
  add_vertical_space(3)
567
 
568
+ option = option_menu(menu_title='', options=['Summary', 'Strength', 'Weakness', 'Job Titles', 'Linkedin Jobs'],
569
+ icons=['house-fill', 'database-fill', 'pass-fill', 'list-ul', 'linkedin'])
570
 
571
 
572
 
 
599
  linkedin_scraper.main()
600
 
601