sim-so commited on
Commit
f5dafc7
β€’
1 Parent(s): e05b307

edit title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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())