CCockrum commited on
Commit
e3130ac
Β·
verified Β·
1 Parent(s): 6385780

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ def get_response(system_message, chat_history, user_text, max_new_tokens=256):
151
  return response, follow_up, chat_history, None
152
 
153
  # --- Chat UI ---
154
- st.title("πŸš€ HAL - Your NASA AI Assistant")
155
  st.markdown("🌌 *Ask me about space, NASA, and beyond!*")
156
 
157
  if st.sidebar.button("Reset Chat"):
 
151
  return response, follow_up, chat_history, None
152
 
153
  # --- Chat UI ---
154
+ st.title("πŸš€ HAL - A NASA AI Assistant")
155
  st.markdown("🌌 *Ask me about space, NASA, and beyond!*")
156
 
157
  if st.sidebar.button("Reset Chat"):