levimack commited on
Commit
daf2dcd
·
verified ·
1 Parent(s): 04a7cb9

Update scripture_compare.py

Browse files
Files changed (1) hide show
  1. scripture_compare.py +1 -1
scripture_compare.py CHANGED
@@ -90,5 +90,5 @@ demo = gr.Interface(
90
  info="Enter a verse, verse range, chapter(s) or mix (e.g. Gen 2:3 or Gen 2:1-3 or Exo 12 or Lev 20-23 or Gen 2:3,Exo 12,Lev 20-23)",
91
  lines=1,
92
  ),
93
- gr.Textbox(label="Comparisons", lines=14))
94
  demo.launch()
 
90
  info="Enter a verse, verse range, chapter(s) or mix (e.g. Gen 2:3 or Gen 2:1-3 or Exo 12 or Lev 20-23 or Gen 2:3,Exo 12,Lev 20-23)",
91
  lines=1,
92
  ),
93
+ gr.Textbox(label="Comparisons", lines=28))
94
  demo.launch()