williambr commited on
Commit
d34aea0
1 Parent(s): 5e2d822

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  #import definitions
2
  import pandas as pd
 
3
 
4
  df = pd.read_csv('Map-City-State-Zip-Lat-Long.txt', dtype=str, sep=';')
5
  st.print(df)
 
1
  #import definitions
2
  import pandas as pd
3
+ import streamlit as st
4
 
5
  df = pd.read_csv('Map-City-State-Zip-Lat-Long.txt', dtype=str, sep=';')
6
  st.print(df)