Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -365,7 +365,12 @@ def main():
|
|
365 |
if "last_answered_question" not in st.session_state:
|
366 |
st.session_state.last_answered_question = ""
|
367 |
|
368 |
-
st.
|
|
|
|
|
|
|
|
|
|
|
369 |
|
370 |
# Inject custom CSS for chat bubbles
|
371 |
st.markdown("""
|
|
|
365 |
if "last_answered_question" not in st.session_state:
|
366 |
st.session_state.last_answered_question = ""
|
367 |
|
368 |
+
st.markdown("""
|
369 |
+
<h2>Chat with MODTRAN Documents π</h2>
|
370 |
+
<a href="https://drive.google.com/file/d/1XwPKpooLRhq9C1-ESXV3HiCnmJJxdN9-/view?usp=sharing" target="_blank" style="text-decoration: none; font-size: 0.9rem;">
|
371 |
+
View MODTRAN 6 User's Manual
|
372 |
+
</a>
|
373 |
+
""", unsafe_allow_html=True)
|
374 |
|
375 |
# Inject custom CSS for chat bubbles
|
376 |
st.markdown("""
|