yl1913 commited on
Commit
a1336cb
·
verified ·
1 Parent(s): 12f6607

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -123,7 +123,7 @@ INSTRUCTION_TEXT = """\
123
  <b>On the left panel,</b> you will work with an AI chatbot. You may send messages \
124
  to the chatbot by typing and clicking the "Send" button, and you will receive \
125
  interactive responses. You may interact with it as many or as few times as you like \
126
- (but please use it at least once).<br><br>\
127
  <b>On the right panel,</b> the "Sketchpad" allows you to draft and organize your response \
128
  (please aim for <b>300–600 characters</b>. Your submission will be blocked otherwise). \
129
  When you're ready, click <b>"Copy to Submission Box"</b> to move your response to the \
@@ -139,7 +139,7 @@ from a typical AI-generated response.<br><br>\
139
  Your goal is to refine and develop your ideas so your submissions become increasingly \
140
  distinct from the AI response. You will be able to see your response history and scores \
141
  in a table after each submission, for a total of five submissions per task.<br><br>\
142
- Once you finish one task, click the <b>"Continue"</b> button to move on to the next.\
143
  """
144
 
145
 
 
123
  <b>On the left panel,</b> you will work with an AI chatbot. You may send messages \
124
  to the chatbot by typing and clicking the "Send" button, and you will receive \
125
  interactive responses. You may interact with it as many or as few times as you like \
126
+ (but please use it at least once per task).<br><br>\
127
  <b>On the right panel,</b> the "Sketchpad" allows you to draft and organize your response \
128
  (please aim for <b>300–600 characters</b>. Your submission will be blocked otherwise). \
129
  When you're ready, click <b>"Copy to Submission Box"</b> to move your response to the \
 
139
  Your goal is to refine and develop your ideas so your submissions become increasingly \
140
  distinct from the AI response. You will be able to see your response history and scores \
141
  in a table after each submission, for a total of five submissions per task.<br><br>\
142
+ Once you finish one task, click the <b>"Continue to the Next Task"</b> button to move on to the next.\
143
  """
144
 
145