Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ df["Longitude"] = df["Longitude"].astype(float)
|
|
8 |
|
9 |
|
10 |
|
11 |
-
st.title("Input a city
|
12 |
|
13 |
city_name = st.text_input("Please search for a city:")
|
14 |
|
|
|
8 |
|
9 |
|
10 |
|
11 |
+
st.title("Input a city and I'll take you there!")
|
12 |
|
13 |
city_name = st.text_input("Please search for a city:")
|
14 |
|