Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -581,7 +581,7 @@ def create_dbr_platform():
|
|
| 581 |
|
| 582 |
return app
|
| 583 |
|
| 584 |
-
Create and launch the app
|
| 585 |
app = create_dbr_platform()
|
| 586 |
|
| 587 |
if __name__ == "__main__":
|
|
|
|
| 581 |
|
| 582 |
return app
|
| 583 |
|
| 584 |
+
# Create and launch the app
|
| 585 |
app = create_dbr_platform()
|
| 586 |
|
| 587 |
if __name__ == "__main__":
|