Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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
|
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 |
|