Spaces:
Sleeping
Sleeping
Commit ·
f33a2c3
1
Parent(s): 0c727e8
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import pandas as pd
|
|
| 4 |
dictionary = pd.read_csv("corncob_lowercase.txt",
|
| 5 |
header = None,
|
| 6 |
names = ['word'])
|
| 7 |
-
|
| 8 |
def spell_bee_solver(no_centre, centre):
|
| 9 |
print(centre)
|
| 10 |
spell_bee_solver = dictionary[dictionary['word'].str.contains(str(centre), regex = False)]
|
|
|
|
| 4 |
dictionary = pd.read_csv("corncob_lowercase.txt",
|
| 5 |
header = None,
|
| 6 |
names = ['word'])
|
| 7 |
+
print(dictionary)
|
| 8 |
def spell_bee_solver(no_centre, centre):
|
| 9 |
print(centre)
|
| 10 |
spell_bee_solver = dictionary[dictionary['word'].str.contains(str(centre), regex = False)]
|