Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def simplify_model_names_in_index(df):
|
|
89 |
|
90 |
return df
|
91 |
|
92 |
-
github_token =
|
93 |
|
94 |
if github_token:
|
95 |
hour, after_10_min=get_current_time()
|
|
|
89 |
|
90 |
return df
|
91 |
|
92 |
+
github_token = st.secrets["GitHub_Token_KUL_Margarida"]
|
93 |
|
94 |
if github_token:
|
95 |
hour, after_10_min=get_current_time()
|