Spaces:
Sleeping
Sleeping
analytics-jiten
commited on
Commit
•
36e3e54
1
Parent(s):
8f76218
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from subprocess import Popen
|
|
5 |
# CONFIGURE YOUR SETTINGS HERE
|
6 |
|
7 |
# Space separated list of .py or .ipynb files to serve
|
8 |
-
APPS_TO_SERVE = "
|
9 |
|
10 |
# Prefix of the index .py or .ipynb file. Must be in APPS_TO_SERVE too
|
11 |
INDEX_PAGE = "index"
|
|
|
5 |
# CONFIGURE YOUR SETTINGS HERE
|
6 |
|
7 |
# Space separated list of .py or .ipynb files to serve
|
8 |
+
APPS_TO_SERVE = "index.py videostream.py my_dashboard.py"
|
9 |
|
10 |
# Prefix of the index .py or .ipynb file. Must be in APPS_TO_SERVE too
|
11 |
INDEX_PAGE = "index"
|