LemonPit commited on
Commit
31de6d7
1 Parent(s): 2a3e290

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -82,5 +82,4 @@ def server(input, output, session):
82
  return "No image processed."
83
 
84
  # Create and run the Shiny app
85
- app = App(app_ui, server)
86
- app.run()
 
82
  return "No image processed."
83
 
84
  # Create and run the Shiny app
85
+ app = App(app_ui, server)