Spaces:
Runtime error
Runtime error
changed senHub credentials
Browse files- pag/monitor.py +3 -4
pag/monitor.py
CHANGED
|
@@ -19,10 +19,9 @@ def check_authentication():
|
|
| 19 |
|
| 20 |
|
| 21 |
config = SHConfig()
|
| 22 |
-
config.instance_id = '
|
| 23 |
-
config.sh_client_id = '
|
| 24 |
-
config.sh_client_secret = '
|
| 25 |
-
|
| 26 |
|
| 27 |
def select_field(gdf):
|
| 28 |
st.markdown("""
|
|
|
|
| 19 |
|
| 20 |
|
| 21 |
config = SHConfig()
|
| 22 |
+
config.instance_id = '20996045-deec-4830-85dc-ad539df944eb'
|
| 23 |
+
config.sh_client_id = 'bb286d9b-6ca5-4737-bd7c-8b19b63bd182'
|
| 24 |
+
config.sh_client_secret = 'LEyvAXIGIsHh6iFZaZ1u4uCmpYgcyWwf'
|
|
|
|
| 25 |
|
| 26 |
def select_field(gdf):
|
| 27 |
st.markdown("""
|