JAMESPARK3 commited on
Commit
ad0f918
·
verified ·
1 Parent(s): 6246663

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")