AshjanMohammed commited on
Commit
00f89f7
·
verified ·
1 Parent(s): eaab8c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -278,7 +278,7 @@ def check_password():
278
 
279
  st.markdown("""
280
  <p style="text-align: center; color: #64748b; font-size: 13px; margin-top: 20px;">
281
- 🇸🇦 NWTC Defense AI Research Division
282
  </p>
283
  """, unsafe_allow_html=True)
284
 
@@ -364,12 +364,12 @@ chatbot = load_model()
364
  if "messages" not in st.session_state:
365
  st.session_state.messages = []
366
 
 
367
  # ========== Header ==========
368
  st.markdown("""
369
- <div class="header-container">
370
- <h1>Multi-Domain AI Assistant</h1>
371
-
372
-
373
  </div>
374
  """, unsafe_allow_html=True)
375
 
 
278
 
279
  st.markdown("""
280
  <p style="text-align: center; color: #64748b; font-size: 13px; margin-top: 20px;">
281
+ 🇸🇦 Made by NWTC
282
  </p>
283
  """, unsafe_allow_html=True)
284
 
 
364
  if "messages" not in st.session_state:
365
  st.session_state.messages = []
366
 
367
+ # ========== Header ==========
368
  # ========== Header ==========
369
  st.markdown("""
370
+ <div class="header-container" style="display: flex; align-items: center; gap: 15px;">
371
+ <img src="logo.png" alt="NWTC Logo" style="height: 50px; width: auto;">
372
+ <h1 style="margin: 0;">Mission Assistant</h1>
 
373
  </div>
374
  """, unsafe_allow_html=True)
375