MadhuV28 commited on
Commit
15953d3
·
1 Parent(s): 28e72f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import requests
3
  from streamlit_lottie import st_lottie
4
  import pandas as pd
5
 
6
- st.title('Mark a point on the map, and I will take you there!')
7
 
8
 
9
 
 
3
  from streamlit_lottie import st_lottie
4
  import pandas as pd
5
 
6
+ st.title('"GPS"')
7
 
8
 
9