mmmapms commited on
Commit
79111db
·
verified ·
1 Parent(s): b18c422

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def simplify_model_names_in_index(df):
89
 
90
  return df
91
 
92
- github_token = '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'
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()