aagoluoglu commited on
Commit
83840f5
·
1 Parent(s): 5c6d849

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ app_ui = ui.page_fillable(
32
  shinyswatch.theme.minty(),
33
  ui.layout_sidebar(
34
  ui.sidebar(
35
- ui.input_file("tile_image", "Choose TIFF File", accept=[".tif"], multiple=False),
36
  # Artwork by @allison_horst
37
  ui.input_selectize(
38
  "xvar",
 
32
  shinyswatch.theme.minty(),
33
  ui.layout_sidebar(
34
  ui.sidebar(
35
+ ui.input_file("tile_image", "Choose TIFF File", accept=[".tif", ".tiff", ".png"], multiple=False),
36
  # Artwork by @allison_horst
37
  ui.input_selectize(
38
  "xvar",