Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ assistant_id = os.getenv("ASSISTANT_ID")
|
|
19 |
client = OpenAI(api_key=openai_key)
|
20 |
|
21 |
# 🌐 Streamlit Config
|
22 |
-
st.set_page_config(page_title="
|
23 |
|
24 |
# 🎯 Session + User ID
|
25 |
if "user_id" not in st.session_state:
|
|
|
19 |
client = OpenAI(api_key=openai_key)
|
20 |
|
21 |
# 🌐 Streamlit Config
|
22 |
+
st.set_page_config(page_title="LOR Technologies AI Assistant", layout="wide")
|
23 |
|
24 |
# 🎯 Session + User ID
|
25 |
if "user_id" not in st.session_state:
|