Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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"):
|