CCockrum commited on
Commit
996e935
·
verified ·
1 Parent(s): 8e81487

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: