Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from transformers import pipeline
|
|
8 |
from config import NASA_API_KEY # Ensure this file exists with your NASA API Key
|
9 |
|
10 |
# Set up Streamlit UI
|
11 |
-
st.set_page_config(page_title="HAL - NASA ChatBot", page_icon="🚀")
|
12 |
|
13 |
# --- Ensure Session State Variables are Initialized ---
|
14 |
if "chat_history" not in st.session_state:
|
|
|
8 |
from config import NASA_API_KEY # Ensure this file exists with your NASA API Key
|
9 |
|
10 |
# Set up Streamlit UI
|
11 |
+
st.set_page_config(page_title="HAL - A NASA ChatBot", page_icon="🚀")
|
12 |
|
13 |
# --- Ensure Session State Variables are Initialized ---
|
14 |
if "chat_history" not in st.session_state:
|