Commit
·
3d426b8
1
Parent(s):
7602f66
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,8 @@ def scrape_tokped(nama_barang, num_items):
|
|
125 |
except Exception as e:
|
126 |
st.error(f"Terjadi kesalahan yang tidak diketahui: {e}")
|
127 |
st.write("Jalankan script ini di IDE/colab.research.google.com Anda :")
|
128 |
-
code = '''
|
|
|
129 |
!pip install requests
|
130 |
!pip install streamlit
|
131 |
from bs4 import BeautifulSoup
|
|
|
125 |
except Exception as e:
|
126 |
st.error(f"Terjadi kesalahan yang tidak diketahui: {e}")
|
127 |
st.write("Jalankan script ini di IDE/colab.research.google.com Anda :")
|
128 |
+
code = '''
|
129 |
+
!pip install beautifulsoup4
|
130 |
!pip install requests
|
131 |
!pip install streamlit
|
132 |
from bs4 import BeautifulSoup
|