Spaces:
Configuration error
Configuration error
Commit ·
0d89050
1
Parent(s): 8d25072
fix limit
Browse files
app.py
CHANGED
|
@@ -125,7 +125,7 @@ with demo:
|
|
| 125 |
title="Scraped data amount of each Miner",
|
| 126 |
# color="Date",
|
| 127 |
tooltip=["Hotkey", "Value"],
|
| 128 |
-
y_lim=[0,
|
| 129 |
x_title="Date",
|
| 130 |
y_title="Amount of data scraped",
|
| 131 |
height=500,
|
|
|
|
| 125 |
title="Scraped data amount of each Miner",
|
| 126 |
# color="Date",
|
| 127 |
tooltip=["Hotkey", "Value"],
|
| 128 |
+
y_lim=[0, 4000],
|
| 129 |
x_title="Date",
|
| 130 |
y_title="Amount of data scraped",
|
| 131 |
height=500,
|