Spaces:
Running
Running
Sarkosos
commited on
Commit
·
0d754ed
1
Parent(s):
60f885b
added api url
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ Simulation duration distribution
|
|
15 |
"""
|
16 |
|
17 |
UPDATE_INTERVAL = 3600
|
18 |
-
BASE_URL = '
|
19 |
|
20 |
|
21 |
st.title('Folding Subnet Dashboard')
|
|
|
15 |
"""
|
16 |
|
17 |
UPDATE_INTERVAL = 3600
|
18 |
+
BASE_URL = 'http://104.131.179.126:5001/'
|
19 |
|
20 |
|
21 |
st.title('Folding Subnet Dashboard')
|