Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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:
|