Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,6 @@ num_jobs = st.sidebar.selectbox("select num of jobs you want to scrap", nums)
|
|
108 |
|
109 |
import streamlit.components.v1 as components
|
110 |
|
111 |
-
import hydralit_components as hc
|
112 |
n2 = pd.DataFrame()
|
113 |
|
114 |
if st.sidebar.button('Start Scrapping'):
|
|
|
108 |
|
109 |
import streamlit.components.v1 as components
|
110 |
|
|
|
111 |
n2 = pd.DataFrame()
|
112 |
|
113 |
if st.sidebar.button('Start Scrapping'):
|