Spaces:
Running
Running
Liu Yiwen
commited on
Commit
·
8155b80
1
Parent(s):
f21cf24
update URL
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ class AppError(RuntimeError):
|
|
20 |
pass
|
21 |
|
22 |
|
23 |
-
APP_URL = "http://127.0.0.1:7860" if os.getenv("DEV") else "https://Kamarov-
|
24 |
PAGE_SIZE = 5
|
25 |
MAX_CACHED_BLOBS = PAGE_SIZE * 10
|
26 |
TIME_PLOTS_NUM = 5
|
|
|
20 |
pass
|
21 |
|
22 |
|
23 |
+
APP_URL = "http://127.0.0.1:7860" if os.getenv("DEV") else "https://Kamarov-lotsa-explorer.hf.space"
|
24 |
PAGE_SIZE = 5
|
25 |
MAX_CACHED_BLOBS = PAGE_SIZE * 10
|
26 |
TIME_PLOTS_NUM = 5
|