Update app.py
Browse files
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-
|
| 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 |
-
"
|
| 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"
|