Chaitanya895 commited on
Commit
88eb45d
·
verified ·
1 Parent(s): dc0c0aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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: #ffffff; opacity: 0.8;'>
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)