Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|
|