Spaces:
Runtime error
Runtime error
Commit
·
1a0c7f8
1
Parent(s):
228f4ce
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
-
|
4 |
from urllib.request import urlopen
|
5 |
from bs4 import BeautifulSoup
|
6 |
|
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
+
import json
|
4 |
from urllib.request import urlopen
|
5 |
from bs4 import BeautifulSoup
|
6 |
|