CCockrum commited on
Commit
30d38df
Β·
verified Β·
1 Parent(s): 68a27ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -149,9 +149,7 @@ def get_response(system_message, chat_history, user_text, max_new_tokens=800):
149
  st.session_state.chat_history.append({'role': 'assistant', 'content': response})
150
  st.session_state.chat_history.append({'role': 'assistant', 'content': follow_up})
151
 
152
- return response, follow_up
153
-
154
- #return response, follow_up, chat_history, None
155
 
156
  # βœ… Streamlit UI
157
  st.title("πŸš€ HAL - NASA AI Assistant")
 
149
  st.session_state.chat_history.append({'role': 'assistant', 'content': response})
150
  st.session_state.chat_history.append({'role': 'assistant', 'content': follow_up})
151
 
152
+ return response, follow_up, chat_history, None
 
 
153
 
154
  # βœ… Streamlit UI
155
  st.title("πŸš€ HAL - NASA AI Assistant")