Spaces:
Sleeping
Sleeping
AravindSL1
commited on
Commit
•
89e4674
1
Parent(s):
3fb5c53
changed host
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ from dash import Dash
|
|
2 |
from index import layout, register_callbacks
|
3 |
import os
|
4 |
|
|
|
5 |
app = Dash(__name__, suppress_callback_exceptions=True)
|
6 |
app.layout = layout
|
7 |
|
|
|
2 |
from index import layout, register_callbacks
|
3 |
import os
|
4 |
|
5 |
+
|
6 |
app = Dash(__name__, suppress_callback_exceptions=True)
|
7 |
app.layout = layout
|
8 |
|