mouseland commited on
Commit
bb16b48
·
verified ·
1 Parent(s): 7beb8b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, filepath[-1], fp0, fp0
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)