Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ if not HF_TOKEN:
|
|
18 |
if not NASA_API_KEY:
|
19 |
raise ValueError("NASA_API_KEY is not set. Please add it to your environment variables.")
|
20 |
|
21 |
-
# β
Set
|
22 |
st.set_page_config(page_title="HAL - NASA ChatBot", page_icon="π")
|
23 |
|
24 |
# β
Ensure Session State for Chat History
|
|
|
18 |
if not NASA_API_KEY:
|
19 |
raise ValueError("NASA_API_KEY is not set. Please add it to your environment variables.")
|
20 |
|
21 |
+
# β
Set Streamlit
|
22 |
st.set_page_config(page_title="HAL - NASA ChatBot", page_icon="π")
|
23 |
|
24 |
# β
Ensure Session State for Chat History
|