Spaces:
Running
Running
Commit
·
83da9f2
1
Parent(s):
8f48959
small about comment and ready to use
Browse files
app.py
CHANGED
|
@@ -159,7 +159,7 @@ with st.sidebar:
|
|
| 159 |
st.error("Invalid Google Maps URL format")
|
| 160 |
st.stop()
|
| 161 |
else:
|
| 162 |
-
st.warning("Please enter a Google Maps URL or
|
| 163 |
st.stop()
|
| 164 |
|
| 165 |
model_choice = st.selectbox("Model", list(MODELS_CONFIG.keys()), index=list(MODELS_CONFIG.keys()).index(DEFAULT_MODEL))
|
|
|
|
| 159 |
st.error("Invalid Google Maps URL format")
|
| 160 |
st.stop()
|
| 161 |
else:
|
| 162 |
+
st.warning("Please enter a Google Maps URL or paste the link from example location")
|
| 163 |
st.stop()
|
| 164 |
|
| 165 |
model_choice = st.selectbox("Model", list(MODELS_CONFIG.keys()), index=list(MODELS_CONFIG.keys()).index(DEFAULT_MODEL))
|