Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,6 @@ 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 |
-
df = df["Latitude"] = df["Latitude"].astype(float)
|
7 |
-
|
8 |
|
9 |
|
10 |
st.title("Input a city or zip code and we will take you there!")
|
|
|
3 |
import streamlit as st
|
4 |
|
5 |
df = pd.read_csv('Map-City-State-Zip-Lat-Long.txt', dtype=str, sep=';')
|
|
|
|
|
6 |
|
7 |
|
8 |
st.title("Input a city or zip code and we will take you there!")
|