naufalnashif commited on
Commit
9208784
·
1 Parent(s): a1b5c21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ with st.expander("Settings :"):
72
  selected_site = st.selectbox("Pilih Situs Web :", ["klikindomaret.com", "alfagift.com(under maintenance)"])
73
 
74
  nama_barang = st.text_input("Masukkan Nama Barang :")
75
- estimated_num_items = st.number_input("Masukkan Estimasi Banyak Data :", min_value = 1, step = 1, placeholder="Type a number...")
76
 
77
  download_format = st.selectbox("Pilih Format Unduhan :", ["XLSX", "CSV", "JSON"])
78
  st.info('Tekan "Mulai Scraping" kembali jika tampilan menghilang ', icon="ℹ️")
 
72
  selected_site = st.selectbox("Pilih Situs Web :", ["klikindomaret.com", "alfagift.com(under maintenance)"])
73
 
74
  nama_barang = st.text_input("Masukkan Nama Barang :")
75
+ num_items = st.number_input("Masukkan Estimasi Banyak Data :", min_value = 1, step = 1, placeholder="Type a number...")
76
 
77
  download_format = st.selectbox("Pilih Format Unduhan :", ["XLSX", "CSV", "JSON"])
78
  st.info('Tekan "Mulai Scraping" kembali jika tampilan menghilang ', icon="ℹ️")