Nekochu commited on
Commit
6ececab
·
1 Parent(s): 1e8d939

fix: correction label grammar

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13669,7 +13669,7 @@ def create_ui():
13669
  ("RPToolkit: Character cards + roleplay stories", "RPToolkit (Roleplay)"),
13670
  ("Representation Variation: Rewrite as list, JSON, essay...", "Representation Variation"),
13671
  ("RAG Training: AI answers using provided context chunks", "RAG Training"),
13672
- ("Correction: Start a wrong answer then self-correction", "Correction"),
13673
  ],
13674
  value="Factual Q&A",
13675
  label="Pipeline",
 
13669
  ("RPToolkit: Character cards + roleplay stories", "RPToolkit (Roleplay)"),
13670
  ("Representation Variation: Rewrite as list, JSON, essay...", "Representation Variation"),
13671
  ("RAG Training: AI answers using provided context chunks", "RAG Training"),
13672
+ ("Correction: Start a wrong answer then self-correct", "Correction"),
13673
  ],
13674
  value="Factual Q&A",
13675
  label="Pipeline",