dtcxzyw commited on
Commit
c2b9ce3
·
unverified ·
1 Parent(s): 64fc239
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ with demo:
126
  x_label="Time",
127
  y_label="Model",
128
  title="Timeline",
129
- y_lim=(-model_cnt - 1, 1),
130
  tooltip=["bug_id", "method_name", "time"],
131
  )
132
 
 
126
  x_label="Time",
127
  y_label="Model",
128
  title="Timeline",
129
+ y_lim=(-model_cnt - 1, 4),
130
  tooltip=["bug_id", "method_name", "time"],
131
  )
132