CCockrum commited on
Commit
fe6a21e
Β·
verified Β·
1 Parent(s): dd03aea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def get_response(system_message, chat_history, user_text, max_new_tokens=512):
136
 
137
  # βœ… Streamlit UI
138
  st.title("πŸš€ HAL - NASA AI Assistant")
139
- st.markdown("🌌 *Ask me about space, NASA, and beyond!*")
140
 
141
  # βœ… Reset Chat Button
142
  if st.sidebar.button("Reset Chat"):
 
136
 
137
  # βœ… Streamlit UI
138
  st.title("πŸš€ HAL - NASA AI Assistant")
139
+ st.markdown(f"<div class='assistant-msg'><strong>HAL:</strong> {response}</div>", unsafe_allow_html=True)\
140
 
141
  # βœ… Reset Chat Button
142
  if st.sidebar.button("Reset Chat"):