Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -134,26 +134,26 @@ if st.sidebar.button('Start Scrapping'):
|
|
134 |
wuzzuf_exp(n1)
|
135 |
|
136 |
|
137 |
-
|
138 |
with st.container():
|
139 |
st.write("---")
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
|
|
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
|