sguertl commited on
Commit
90685aa
·
verified ·
1 Parent(s): d4a980d

Fix missing comma

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -392,7 +392,7 @@ if openai_api_key and hf_api_key:
392
  client_openai,
393
  client_hf_mistral,
394
  client_hf_llama,
395
- client_hf_deepseek
396
  plantuml_instructor_solution,
397
  plantuml_student_solution,
398
  model_choice_step2,
 
392
  client_openai,
393
  client_hf_mistral,
394
  client_hf_llama,
395
+ client_hf_deepseek,
396
  plantuml_instructor_solution,
397
  plantuml_student_solution,
398
  model_choice_step2,