Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ 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.
|
7 |
|
8 |
|
9 |
|
|
|
3 |
import streamlit as st
|
4 |
|
5 |
df = pd.read_csv('Map-City-State-Zip-Lat-Long.txt', dtype=str, sep=';')
|
6 |
+
st.dataframe(df)
|
7 |
|
8 |
|
9 |
|