Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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}
|
| 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} {tomorrow_morning_weather}
|
| 379 |
</div>
|
| 380 |
<span class="date-text">{formatted_date}</span>
|
| 381 |
</div>
|