more informative warning
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def show_credits():
|
|
77 |
|
78 |
if file_url is None:
|
79 |
st.warning(
|
80 |
-
"Please provide a KML or GeoJSON URL as a query parameter, e.g.,
|
81 |
)
|
82 |
show_credits()
|
83 |
st.stop()
|
|
|
77 |
|
78 |
if file_url is None:
|
79 |
st.warning(
|
80 |
+
"Please provide a KML or GeoJSON URL as a query parameter, e.g., `https://sustainabilitylabiitgn-ndvi-perg.hf.space?file_url=<your_file_url>` or upload a file."
|
81 |
)
|
82 |
show_credits()
|
83 |
st.stop()
|