Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
🇸🇦
|
| 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 |
-
<
|
| 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 |
|