Spaces:
Runtime error
Runtime error
edit title
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from src.semantle import get_guess, get_secret, get_puzzle_num
|
|
9 |
from src.functions import get_functions
|
10 |
|
11 |
GPT_MODEL = "gpt-3.5-turbo"
|
12 |
-
TITLE = "
|
13 |
|
14 |
with open("data/rule.md", "r", encoding="utf-8") as f:
|
15 |
RULEBOOK = "\n".join(f.readlines())
|
|
|
9 |
from src.functions import get_functions
|
10 |
|
11 |
GPT_MODEL = "gpt-3.5-turbo"
|
12 |
+
TITLE = "γγγ¨γxγ€γγγ«"
|
13 |
|
14 |
with open("data/rule.md", "r", encoding="utf-8") as f:
|
15 |
RULEBOOK = "\n".join(f.readlines())
|