ActiveYixiao commited on
Commit
8a7992e
·
verified ·
1 Parent(s): 32c5252

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -126,11 +126,11 @@ demo = gr.Interface(
126
  gr.File(label="Download Scored CSV"),
127
  gr.Textbox(label="Error Message", lines=5)
128
  ],
129
- title="Mind-reading Responses Classifiers (9 Test Items)",
130
  description=(
131
- "Thank-you for accessing the online marking system for the Birmingham Advanced Mindreading Stories. "
132
  "Please follow the instructions below to prepare your dataset and then click ‘Submit’ to have your participant responses marked by our fine-tuned language models.\n\n"
133
- "### 📋 Upload Instructions\n"
134
  "- The file must be a **CSV** with exactly **10 columns**\n"
135
  "- The **first column** must contain participant IDs\n"
136
  "- The **next 9 columns** must be named `test-1`, `test-2`, ..., `test-9`\n\n"
 
126
  gr.File(label="Download Scored CSV"),
127
  gr.Textbox(label="Error Message", lines=5)
128
  ],
129
+ title="Mind-Reading Response Classification System (9 Test Items)",
130
  description=(
131
+ "### 📋 Thank-you for accessing the online marking system for the Birmingham Advanced Mindreading Stories. "
132
  "Please follow the instructions below to prepare your dataset and then click ‘Submit’ to have your participant responses marked by our fine-tuned language models.\n\n"
133
+ "Upload Instructions\n"
134
  "- The file must be a **CSV** with exactly **10 columns**\n"
135
  "- The **first column** must contain participant IDs\n"
136
  "- The **next 9 columns** must be named `test-1`, `test-2`, ..., `test-9`\n\n"