ZarinT commited on
Commit
cb022f9
Β·
verified Β·
1 Parent(s): 9584128

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
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.header("Chat with MODTRAN Document πŸ“„")
 
 
 
 
 
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("""