ChrisWilson010101 commited on
Commit
0d89050
·
1 Parent(s): 8d25072

fix limit

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