Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,8 @@ iface = gr.Interface(
|
|
132 |
],
|
133 |
outputs="file",
|
134 |
title="Download Road Network Shapefile",
|
135 |
-
description="Enter the coordinates to download a shapefile of the road network."
|
|
|
136 |
)
|
137 |
|
138 |
if __name__ == "__main__":
|
|
|
132 |
],
|
133 |
outputs="file",
|
134 |
title="Download Road Network Shapefile",
|
135 |
+
description="Enter the coordinates to download a shapefile of the road network.",
|
136 |
+
css="footer {visibility: hidden}"
|
137 |
)
|
138 |
|
139 |
if __name__ == "__main__":
|