Tuana commited on
Commit
2cae41c
·
verified ·
1 Parent(s): c655836

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ BASE_MODEL_ID = "Qwen/Qwen3.5-0.8B"
95
  DEMO_QUESTION_EXAMPLES: tuple[str, ...] = (
96
  "Count how many management rows exist per temporary_acting value",
97
  "List all department names.",
98
- "Count how many management rows exist per department."
99
  "Which departments were created before the year 2000?",
100
  "For each department, show the department name and the name of its head.",
101
  "List the names of heads who were born in Alabama.",
 
95
  DEMO_QUESTION_EXAMPLES: tuple[str, ...] = (
96
  "Count how many management rows exist per temporary_acting value",
97
  "List all department names.",
98
+ "Count how many management rows exist per department.",
99
  "Which departments were created before the year 2000?",
100
  "For each department, show the department name and the name of its head.",
101
  "List the names of heads who were born in Alabama.",