aagoluoglu commited on
Commit
50f0b87
·
verified ·
1 Parent(s): e187c4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ app_ui = ui.page_fillable(
21
  shinyswatch.theme.minty(),
22
  ui.layout_sidebar(
23
  ui.sidebar(
24
- ui.input_file("tile_image", "Choose TIFF File", accept=[".tif"], multiple=False),
25
  # Artwork by @allison_horst
26
  ui.input_selectize(
27
  "xvar",
 
21
  shinyswatch.theme.minty(),
22
  ui.layout_sidebar(
23
  ui.sidebar(
24
+ ui.input_file("tile_image", "Choose TIFF File", accept=[".tif"], multiple=False, save_path="/",),
25
  # Artwork by @allison_horst
26
  ui.input_selectize(
27
  "xvar",