Tabrejmlkhan commited on
Commit
47f045f
1 Parent(s): 9555489

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def compute_plo_embeddings():
38
  outputs = model(**tokens)
39
  return mean_pooling(outputs.last_hidden_state, mask)
40
 
41
- # Predefined Program Learning Outcomes (PLOs)
42
  plos = [
43
  "Analyze a complex computing problem and apply principles of computing and other relevant disciplines to identify solutions.",
44
  "Design, implement, and evaluate a computing-based solution to meet a given set of computing requirements.",
 
38
  outputs = model(**tokens)
39
  return mean_pooling(outputs.last_hidden_state, mask)
40
 
41
+
42
  plos = [
43
  "Analyze a complex computing problem and apply principles of computing and other relevant disciplines to identify solutions.",
44
  "Design, implement, and evaluate a computing-based solution to meet a given set of computing requirements.",