Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|