dhs-st commited on
Commit
4aedabe
·
verified ·
1 Parent(s): 2cbfbdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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__":