Update app.py
Browse files
app.py
CHANGED
@@ -281,7 +281,7 @@ st.markdown("""
|
|
281 |
background: #2e3b2e;
|
282 |
padding: 60px 30px;
|
283 |
border-radius: 25px;
|
284 |
-
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.8);
|
285 |
animation: slideIn 2s ease-in-out, fadeIn 3s ease-in-out;
|
286 |
background-size: cover;
|
287 |
background-position: center;
|
@@ -346,7 +346,7 @@ st.markdown("""
|
|
346 |
}
|
347 |
</style>
|
348 |
<div class="header-text">
|
349 |
-
<h1
|
350 |
<div class="subtitle">دستیارهوشمند ارتش جمهوری اسلامی ایران</div>
|
351 |
</div>
|
352 |
""", unsafe_allow_html=True)
|
|
|
281 |
background: #2e3b2e;
|
282 |
padding: 60px 30px;
|
283 |
border-radius: 25px;
|
284 |
+
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.8);
|
285 |
animation: slideIn 2s ease-in-out, fadeIn 3s ease-in-out;
|
286 |
background-size: cover;
|
287 |
background-position: center;
|
|
|
346 |
}
|
347 |
</style>
|
348 |
<div class="header-text">
|
349 |
+
<h1>رزمیار ارتش</h1>
|
350 |
<div class="subtitle">دستیارهوشمند ارتش جمهوری اسلامی ایران</div>
|
351 |
</div>
|
352 |
""", unsafe_allow_html=True)
|