Update scripture_compare.py
Browse files- 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=
|
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()
|