samusander commited on
Commit
1a0c7f8
·
1 Parent(s): 228f4ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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