neuralworm commited on
Commit
08077ef
·
1 Parent(s): 47eaf51

Tabs names

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -670,7 +670,7 @@ with gr.Blocks() as app:
670
  else:
671
  return {"visible": False, "__type__": "update"}, {"visible": True, "__type__": "update"}
672
 
673
- with gr.Tab("Date Range Journal Sum Search"):
674
  with gr.Row():
675
  start_date_jr = Calendar(type="datetime", label="Start Date")
676
  end_date_jr = Calendar(type="datetime", label="End Date")
@@ -700,7 +700,7 @@ with gr.Blocks() as app:
700
  )
701
 
702
 
703
- with gr.Tab("Date Range ELS Search"):
704
  with gr.Row():
705
  start_date_els = Calendar(type="datetime", label="Start Date")
706
  end_date_els = Calendar(type="datetime", label="End Date")
@@ -1107,14 +1107,14 @@ with gr.Blocks() as app:
1107
  )
1108
 
1109
 
1110
- with gr.Tab("Comprehensive ELS Search"):
1111
  with gr.Row():
1112
  start_date_comp = Calendar(type="datetime", label="Start Date")
1113
  end_date_comp = Calendar(type="datetime", label="End Date")
1114
  with gr.Row():
1115
  names_input_comp = gr.Textbox(label="Names (one per line)", lines=5)
1116
  with gr.Row():
1117
- sub_oscillation_level_comp = gr.Number(label="Sub-Oscillation Level", precision=0, value=1)
1118
  with gr.Row():
1119
  include_torah_chk_comp = gr.Checkbox(label="Include Torah", value=True)
1120
  include_bible_chk_comp = gr.Checkbox(label="Include Bible", value=True)
 
670
  else:
671
  return {"visible": False, "__type__": "update"}, {"visible": True, "__type__": "update"}
672
 
673
+ with gr.Tab("Date Range Synchronicity + Journal-sum Search"):
674
  with gr.Row():
675
  start_date_jr = Calendar(type="datetime", label="Start Date")
676
  end_date_jr = Calendar(type="datetime", label="End Date")
 
700
  )
701
 
702
 
703
+ with gr.Tab("Date Range ELS Journal Search"):
704
  with gr.Row():
705
  start_date_els = Calendar(type="datetime", label="Start Date")
706
  end_date_els = Calendar(type="datetime", label="End Date")
 
1107
  )
1108
 
1109
 
1110
+ with gr.Tab("ELS Journal Gematria-sum Synchronicity search"):
1111
  with gr.Row():
1112
  start_date_comp = Calendar(type="datetime", label="Start Date")
1113
  end_date_comp = Calendar(type="datetime", label="End Date")
1114
  with gr.Row():
1115
  names_input_comp = gr.Textbox(label="Names (one per line)", lines=5)
1116
  with gr.Row():
1117
+ sub_oscillation_level_comp = gr.Number(label="Sub-Oscillation Level", precision=0, value=0)
1118
  with gr.Row():
1119
  include_torah_chk_comp = gr.Checkbox(label="Include Torah", value=True)
1120
  include_bible_chk_comp = gr.Checkbox(label="Include Bible", value=True)