cryptocalypse commited on
Commit
9184b75
1 Parent(s): 58f2ab5

memory improvements, diferent bugs solved, search improvement, parsers

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ with gr.Blocks(title="Sophia, Torah Codes") as demo:
90
  )
91
  with gr.Tab("ELS"):
92
  with gr.Row():
93
- books_sel = gr.CheckboxGroup(booklist, label="Books", info="Torah books source"),
94
  #gr.Dropdown(
95
  # booklist, value=booklist, multiselect=True, filterable=True,label="Books", info="Select Books"
96
  #)
 
90
  )
91
  with gr.Tab("ELS"):
92
  with gr.Row():
93
+ books_sel = gr.CheckboxGroup(booklist, label="Books", info="Torah books source")
94
  #gr.Dropdown(
95
  # booklist, value=booklist, multiselect=True, filterable=True,label="Books", info="Select Books"
96
  #)