Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -489,7 +489,7 @@ def show_temperature_graph(data):
|
|
| 489 |
index = times.index(time)
|
| 490 |
fig.add_annotation(
|
| 491 |
x=time,
|
| 492 |
-
y=min(temps),
|
| 493 |
text=time,
|
| 494 |
showarrow=False,
|
| 495 |
font=dict(size=30, color="black", family="Arial")
|
|
|
|
| 489 |
index = times.index(time)
|
| 490 |
fig.add_annotation(
|
| 491 |
x=time,
|
| 492 |
+
y=min(temps) - 3,
|
| 493 |
text=time,
|
| 494 |
showarrow=False,
|
| 495 |
font=dict(size=30, color="black", family="Arial")
|