Yassmen commited on
Commit
3cf74b0
·
verified ·
1 Parent(s): 2c00584

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +21 -21
app.py CHANGED
@@ -134,26 +134,26 @@ if st.sidebar.button('Start Scrapping'):
134
  wuzzuf_exp(n1)
135
 
136
 
137
- if site =="Linkedin":
138
  with st.container():
139
  st.write("---")
140
- '''
141
- if site =="Linkedin":
142
- with st.container():
143
- st.write("---")
144
- tab1, tab2 ,tab3= st.tabs([" Data", " Bubble Map","Data Exploration"])
145
- with tab1 :
146
- with st.spinner('✨Now loading...' ):
147
- time.sleep(5)
148
- n1 = LINKEDIN_Scrapping(job ,num_jobs )
149
- try:
150
- tab1.dataframe(n1)
151
- except:
152
- try:
153
- tab1.write(n1.astype(str).set_index(n1.index.astype(str))) # Success
154
- except:
155
- tab1.table(n1)
156
- with tab2:
157
- map_bubble(n1)
158
- with tab3:
159
- linkedin_exp(n1) # WILL CHANGE'''
 
134
  wuzzuf_exp(n1)
135
 
136
 
137
+ elif site =="Linkedin":
138
  with st.container():
139
  st.write("---")
140
+
141
+ # if site =="Linkedin":
142
+ # with st.container():
143
+ # st.write("---")
144
+ # tab1, tab2 ,tab3= st.tabs([" Data", " Bubble Map","Data Exploration"])
145
+ # with tab1 :
146
+ # with st.spinner('✨Now loading...' ):
147
+ # time.sleep(5)
148
+ # n1 = LINKEDIN_Scrapping(job ,num_jobs )
149
+ # try:
150
+ # tab1.dataframe(n1)
151
+ # except:
152
+ # try:
153
+ # tab1.write(n1.astype(str).set_index(n1.index.astype(str))) # Success
154
+ # except:
155
+ # tab1.table(n1)
156
+ # with tab2:
157
+ # map_bubble(n1)
158
+ # with tab3:
159
+ # linkedin_exp(n1) # WILL CHANGE