7thHeaven commited on
Commit
efb3bc9
·
verified ·
1 Parent(s): 6729af2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def check_answer(question, answer):
87
  return evaluation
88
 
89
  # ====== Streamlit UI ======
90
- st.title("受験勉強支援AI (o1-preview)")
91
 
92
  # パスワード認証 or ユーザーのAPIキー入力で利用を解放
93
  if stored_api_key:
 
87
  return evaluation
88
 
89
  # ====== Streamlit UI ======
90
+ st.title("早稲田大学入試トレーナー")
91
 
92
  # パスワード認証 or ユーザーのAPIキー入力で利用を解放
93
  if stored_api_key: