Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,6 +36,7 @@ def plot_now():
|
|
| 36 |
barcornerradius=50,
|
| 37 |
)
|
| 38 |
fig.update_traces(textposition='inside', insidetextanchor='middle')
|
|
|
|
| 39 |
return fig, dfs
|
| 40 |
|
| 41 |
def plot_history(sample=True, sampling_interval_minutes=180):
|
|
|
|
| 36 |
barcornerradius=50,
|
| 37 |
)
|
| 38 |
fig.update_traces(textposition='inside', insidetextanchor='middle')
|
| 39 |
+
print(dfs_plot)
|
| 40 |
return fig, dfs
|
| 41 |
|
| 42 |
def plot_history(sample=True, sampling_interval_minutes=180):
|