Spaces:
Runtime error
Runtime error
Commit
·
6ffad4f
1
Parent(s):
5a381fc
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
import requests
|
3 |
from bs4 import BeautifulSoup
|
|
|
4 |
import json
|
5 |
|
6 |
st.title("Web Scraper with Streamlit")
|
|
|
1 |
import streamlit as st
|
2 |
import requests
|
3 |
from bs4 import BeautifulSoup
|
4 |
+
import base64
|
5 |
import json
|
6 |
|
7 |
st.title("Web Scraper with Streamlit")
|