Spaces:
Sleeping
Sleeping
山越貴耀
commited on
Commit
•
992fbfd
1
Parent(s):
a4a2091
fixed bug
Browse files
app.py
CHANGED
@@ -178,7 +178,7 @@ if __name__=='__main__':
|
|
178 |
('--- Please select one from below ---',
|
179 |
'About 170 campers attend the camps each week.',
|
180 |
'She grew up with three brothers and ten sisters.'))
|
181 |
-
if sentence!='
|
182 |
if sentence=='About 170 campers attend the camps each week.':
|
183 |
sentence_num = 6
|
184 |
elif sentence=='She grew up with three brothers and ten sisters.':
|
|
|
178 |
('--- Please select one from below ---',
|
179 |
'About 170 campers attend the camps each week.',
|
180 |
'She grew up with three brothers and ten sisters.'))
|
181 |
+
if sentence!='--- Please select one from below ---':
|
182 |
if sentence=='About 170 campers attend the camps each week.':
|
183 |
sentence_num = 6
|
184 |
elif sentence=='She grew up with three brothers and ten sisters.':
|