Spaces:
Running
Running
Commit ·
024c34d
1
Parent(s): c449641
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@ import pandas as pd
|
|
| 3 |
|
| 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):
|
|
|
|
| 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):
|