Jim Dowling commited on
Commit
7fdfa4a
·
1 Parent(s): 8b1bb25
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ downloaded_file_path = dataset_api.download(img_path, overwrite=True)
25
 
26
 
27
 
28
- def show_image():
29
  image = Image.open("fig1.png")
30
  return image
31
 
 
25
 
26
 
27
 
28
+ def show_image(dummy):
29
  image = Image.open("fig1.png")
30
  return image
31