williambr's picture
Update app.py
f461271
raw
history blame
132 Bytes
#import definitions
import pandas as pd
df = pd.read_csv('Map-City-State-Zip-Lat-Long.txt', dtype_str, sep=';')
st.print(df)