JRQi commited on
Commit
4ece6ba
1 Parent(s): 6040d3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -180,7 +180,7 @@ Choose one of the three tasks below ... and start to play!
180
 
181
  * Step 1. Get a sentence and guess the gender of the speaker.
182
 
183
- * Step 2. Check the score guessed by AI. Who gets the most correct answer wins.
184
 
185
  * Step 3. Check the word highlighting to understand how AI made its decision.
186
  '''
@@ -198,7 +198,7 @@ Choose one of the three tasks below ... and start to play!
198
  gr.Markdown(''' *** ''')
199
 
200
  gr.Markdown(
201
- ''' # Now try your own reviews!
202
  '''
203
  )
204
 
 
180
 
181
  * Step 1. Get a sentence and guess the gender of the speaker.
182
 
183
+ * Step 2. Check the gender guessed by AI. Who gets the most correct answer wins.
184
 
185
  * Step 3. Check the word highlighting to understand how AI made its decision.
186
  '''
 
198
  gr.Markdown(''' *** ''')
199
 
200
  gr.Markdown(
201
+ ''' # Now try your own sentence!
202
  '''
203
  )
204