neuralworm commited on
Commit
fff2f80
·
1 Parent(s): 21790a4

rounds default now 1,-0.5,0.5,-1

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -467,7 +467,7 @@ with gr.Blocks() as app:
467
  round_x = gr.Number(label="Round (1)", value=1)
468
  round_y = gr.Number(label="Round (2)", value=-1)
469
 
470
- rounds_combination = gr.Textbox(label="Combined Rounds", value="1,-1")
471
 
472
  with gr.Row():
473
  include_torah_chk = gr.Checkbox(label="Include Torah", value=True)
@@ -763,7 +763,7 @@ with gr.Blocks() as app:
763
  """
764
  return perform_els_search(
765
  step=gematria_sum,
766
- rounds_combination="1,-1",
767
  tlang="english",
768
  strip_spaces=True,
769
  strip_in_braces=True,
 
467
  round_x = gr.Number(label="Round (1)", value=1)
468
  round_y = gr.Number(label="Round (2)", value=-1)
469
 
470
+ rounds_combination = gr.Textbox(label="Combined Rounds", value="1,-0.5,0.5,-1")
471
 
472
  with gr.Row():
473
  include_torah_chk = gr.Checkbox(label="Include Torah", value=True)
 
763
  """
764
  return perform_els_search(
765
  step=gematria_sum,
766
+ rounds_combination="1,-0.5,0.5,-1",
767
  tlang="english",
768
  strip_spaces=True,
769
  strip_in_braces=True,