williambr commited on
Commit
0c70ab7
1 Parent(s): f8ca16c

Update app.py

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