Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -385,7 +385,7 @@ def show_weather_info(data):
|
|
385 |
st.markdown(f'''
|
386 |
<div class="time-container">
|
387 |
<div style="text-align: center; margin-bottom: 0.5rem; font-size: 6em; font-weight: bold; color: black;">
|
388 |
-
{temp}{precip_mark}  
|
389 |
</div>
|
390 |
<span class="date-text">{formatted_date}</span>
|
391 |
</div>
|
|
|
385 |
st.markdown(f'''
|
386 |
<div class="time-container">
|
387 |
<div style="text-align: center; margin-bottom: 0.5rem; font-size: 6em; font-weight: bold; color: black;">
|
388 |
+
{temp}{precip_mark} {tomorrow_morning_weather}
|
389 |
</div>
|
390 |
<span class="date-text">{formatted_date}</span>
|
391 |
</div>
|