knakamura924 commited on
Commit
21d33f8
·
1 Parent(s): c0f01ad

correct sentences

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 put the survey question and options and experience the cognitive debriefing!"
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="Survey Question Choices",
244
- placeholder="Enter your survey question choices here (e.g., Republican, Democrat, Independent, Something else)",
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
  )