LinhVuu commited on
Commit
20e4d5b
1 Parent(s): 9ff1b6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -163,8 +163,8 @@ def main():
163
  )
164
 
165
  # Define assistant_id before the try-except block
166
- # assistant_id = "asst_FuOryecibSyQvoRgsJ5OSpmK" #CoderSchool API
167
- assistant_id = "asst_2y8jsTAhkLspyYZoubxWZP2r" #Personal API
168
  run = None
169
 
170
  # === Run our Assistant ===
 
163
  )
164
 
165
  # Define assistant_id before the try-except block
166
+ assistant_id = "asst_FuOryecibSyQvoRgsJ5OSpmK" #CoderSchool API
167
+ # assistant_id = "asst_2y8jsTAhkLspyYZoubxWZP2r" #Personal API
168
  run = None
169
 
170
  # === Run our Assistant ===