akaburia commited on
Commit
c03436c
·
verified ·
1 Parent(s): cfd9ad2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -470,7 +470,7 @@ DRILL_DOWN_MAP = {
470
  "incoherent": ["-1 Constraining", "-2 Counteracting", "-3 Cancelling"]
471
  }
472
 
473
- MAX_ROWS = 20
474
 
475
  LANG_CODES = {"English": "en", "French": "fr", "Portuguese": "pt", "Swahili": "sw"}
476
 
 
470
  "incoherent": ["-1 Constraining", "-2 Counteracting", "-3 Cancelling"]
471
  }
472
 
473
+ MAX_ROWS = 2
474
 
475
  LANG_CODES = {"English": "en", "French": "fr", "Portuguese": "pt", "Swahili": "sw"}
476