Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -910,8 +910,8 @@ if __name__ == "__main__":
|
|
| 910 |
# Create and launch the app
|
| 911 |
app = create_gradio_app()
|
| 912 |
|
| 913 |
-
#
|
| 914 |
-
logger.debug(
|
| 915 |
|
| 916 |
# Launch with sharing enabled for deployment
|
| 917 |
app.launch(
|
|
|
|
| 910 |
# Create and launch the app
|
| 911 |
app = create_gradio_app()
|
| 912 |
|
| 913 |
+
# App is ready for launch
|
| 914 |
+
logger.debug("CICE 2.0 Assessment App initialized successfully")
|
| 915 |
|
| 916 |
# Launch with sharing enabled for deployment
|
| 917 |
app.launch(
|