Spaces:
Runtime error
Runtime error
Commit
·
4926438
1
Parent(s):
3aa4a88
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,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 |
|
|
|
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 |
|