Commit
·
c3e21c7
1
Parent(s):
8dae00d
Update app.py
Browse files
app.py
CHANGED
@@ -60,8 +60,6 @@ def scrape_klikindomaret(nama_barang, num_items):
|
|
60 |
if len (products) > num_items :
|
61 |
products = products[:num_items]
|
62 |
break
|
63 |
-
with st.expander("Progress Scraping :"):
|
64 |
-
st.write(f'Terambil {len(products)} data')
|
65 |
page += 1
|
66 |
|
67 |
return products
|
|
|
60 |
if len (products) > num_items :
|
61 |
products = products[:num_items]
|
62 |
break
|
|
|
|
|
63 |
page += 1
|
64 |
|
65 |
return products
|