mouadenna commited on
Commit
925cce9
·
verified ·
1 Parent(s): b508189

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -181,6 +181,12 @@ def display_map(shapefile_path, tif_path):
181
 
182
 
183
  def main():
 
 
 
 
 
 
184
  st.title("PV Segmentor")
185
 
186
  uploaded_file = st.file_uploader("Choose a TIF file", type="tif")
 
181
 
182
 
183
  def main():
184
+
185
+
186
+ current_directory = os.getcwd()
187
+ st.write('current directory:', current_directory)
188
+
189
+
190
  st.title("PV Segmentor")
191
 
192
  uploaded_file = st.file_uploader("Choose a TIF file", type="tif")