Spaces:
Build error
Build error
Commit ·
21d33f8
1
Parent(s): c0f01ad
correct sentences
Browse files
app.py
CHANGED
|
@@ -229,7 +229,7 @@ with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
|
|
| 229 |
# Header and instructions
|
| 230 |
gr.Markdown("# Cognitive Debriefing Demo")
|
| 231 |
instructionText = gr.Markdown(
|
| 232 |
-
"Please
|
| 233 |
)
|
| 234 |
|
| 235 |
#added for PolMeth
|
|
@@ -240,8 +240,8 @@ with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
|
|
| 240 |
interactive=True,
|
| 241 |
)
|
| 242 |
question_input = gr.Textbox(
|
| 243 |
-
label="
|
| 244 |
-
placeholder="Enter your
|
| 245 |
value="Republican, Democrat, Independent, Something else",
|
| 246 |
interactive=True,
|
| 247 |
)
|
|
|
|
| 229 |
# Header and instructions
|
| 230 |
gr.Markdown("# Cognitive Debriefing Demo")
|
| 231 |
instructionText = gr.Markdown(
|
| 232 |
+
"Please input a survey question and answer options and experience cognitive debriefing!"
|
| 233 |
)
|
| 234 |
|
| 235 |
#added for PolMeth
|
|
|
|
| 240 |
interactive=True,
|
| 241 |
)
|
| 242 |
question_input = gr.Textbox(
|
| 243 |
+
label="Answer Options",
|
| 244 |
+
placeholder="Enter your answer options here (e.g., Republican, Democrat, Independent, Something else)",
|
| 245 |
value="Republican, Democrat, Independent, Something else",
|
| 246 |
interactive=True,
|
| 247 |
)
|