Spaces:
Sleeping
Sleeping
Commit
·
6a65ad1
1
Parent(s):
868a505
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ example_contexts=page_py.text.split(f"\n")
|
|
16 |
for i in range(len(example_contexts)):
|
17 |
example_contexts[i]=re.sub(f'\n'," ", example_contexts[i])
|
18 |
# Recommended words for users to choose from
|
19 |
-
recommended_words =
|
20 |
"did",
|
21 |
"what",
|
22 |
"how",
|
|
|
16 |
for i in range(len(example_contexts)):
|
17 |
example_contexts[i]=re.sub(f'\n'," ", example_contexts[i])
|
18 |
# Recommended words for users to choose from
|
19 |
+
recommended_words = [
|
20 |
"did",
|
21 |
"what",
|
22 |
"how",
|