allinaigc commited on
Commit
24f13d8
·
1 Parent(s): 8811ae8

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -287,7 +287,7 @@ async def data_mode():
287
  # authentication.
288
  import yaml
289
  from yaml.loader import SafeLoader
290
- with open('/Users/yunshi/Downloads/360Data/Data Center/Working-On Task/演讲与培训/2023ChatGPT/Coding/code_interpreter/config.yaml') as file:
291
  config = yaml.load(file, Loader=SafeLoader)
292
  authenticator = stauth.Authenticate(
293
  config['credentials'],
 
287
  # authentication.
288
  import yaml
289
  from yaml.loader import SafeLoader
290
+ with open('./config.yaml') as file:
291
  config = yaml.load(file, Loader=SafeLoader)
292
  authenticator = stauth.Authenticate(
293
  config['credentials'],