Spaces:
Sleeping
Sleeping
Commit ·
9fe7e75
1
Parent(s): 024c34d
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import pandas as pd
|
|
| 3 |
|
| 4 |
dictionary = pd.read_csv("corncob_lowercase.txt",
|
| 5 |
header = None,
|
| 6 |
-
sep = ' '
|
| 7 |
names = ['word'])
|
| 8 |
print(dictionary)
|
| 9 |
def spell_bee_solver(no_centre, centre):
|
|
|
|
| 3 |
|
| 4 |
dictionary = pd.read_csv("corncob_lowercase.txt",
|
| 5 |
header = None,
|
| 6 |
+
sep = ' ',
|
| 7 |
names = ['word'])
|
| 8 |
print(dictionary)
|
| 9 |
def spell_bee_solver(no_centre, centre):
|