Update app.py
Browse files
app.py
CHANGED
|
@@ -275,7 +275,7 @@ def tif_view(filepath):
|
|
| 275 |
def update_image(filepath):
|
| 276 |
for f in filepath:
|
| 277 |
f = tif_view(f)
|
| 278 |
-
return filepath
|
| 279 |
|
| 280 |
def update_button(filepath):
|
| 281 |
filepath = tif_view(filepath)
|
|
|
|
| 275 |
def update_image(filepath):
|
| 276 |
for f in filepath:
|
| 277 |
f = tif_view(f)
|
| 278 |
+
return filepath[-1], filepath, fp0, fp0
|
| 279 |
|
| 280 |
def update_button(filepath):
|
| 281 |
filepath = tif_view(filepath)
|