Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2493,8 +2493,8 @@ else:
|
|
| 2493 |
current_time = datetime.now().strftime("%B %d, %Y at %I:%M %p IST")
|
| 2494 |
st.markdown(f"""
|
| 2495 |
---
|
| 2496 |
-
<div style='text-align: center; color: #
|
| 2497 |
-
<p>{T['built_with']}</p>
|
| 2498 |
-
<p><small>{T['last_updated']} {current_time}</small></p>
|
| 2499 |
</div>
|
| 2500 |
""", unsafe_allow_html=True)
|
|
|
|
| 2493 |
current_time = datetime.now().strftime("%B %d, %Y at %I:%M %p IST")
|
| 2494 |
st.markdown(f"""
|
| 2495 |
---
|
| 2496 |
+
<div style='text-align: center; color: #2ecc71; opacity: 0.95;'>
|
| 2497 |
+
<p style='color:#2ecc71;'>{T['built_with']}</p>
|
| 2498 |
+
<p><small style='color:#2ecc71;'>{T['last_updated']} {current_time}</small></p>
|
| 2499 |
</div>
|
| 2500 |
""", unsafe_allow_html=True)
|