JAMESPARK3 commited on
Commit
0b2ef6e
·
verified ·
1 Parent(s): 74a9702

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -375,7 +375,7 @@ def show_weather_info(data):
375
  st.markdown(f'''
376
  <div class="time-container">
377
  <div style="text-align: center; margin-bottom: 0.5rem; font-size: 8em; font-weight: bold; color: black;">
378
- {temp}{precip_mark} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {tomorrow_morning_weather}
379
  </div>
380
  <span class="date-text">{formatted_date}</span>
381
  </div>
 
375
  st.markdown(f'''
376
  <div class="time-container">
377
  <div style="text-align: center; margin-bottom: 0.5rem; font-size: 8em; font-weight: bold; color: black;">
378
+ {temp}{precip_mark} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {tomorrow_morning_weather}
379
  </div>
380
  <span class="date-text">{formatted_date}</span>
381
  </div>