IAMTFRMZA commited on
Commit
88d3519
·
verified ·
1 Parent(s): 1c0c22c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ VOICE_OPTIONS = {
30
  "Luke (SA, Male)": "en-ZA-LukeNeural"
31
  }
32
 
33
- st.set_page_config(page_title="LOR Technologies AI Assistant", layout="wide")
34
 
35
  # --- State setup
36
  if "user_id" not in st.session_state:
 
30
  "Luke (SA, Male)": "en-ZA-LukeNeural"
31
  }
32
 
33
+ st.set_page_config(page_title="GameOn AI Assistant", layout="wide")
34
 
35
  # --- State setup
36
  if "user_id" not in st.session_state: