cryptocalypse commited on
Commit
949d8d2
·
1 Parent(s): 50eaf6b

memory improvements, diferent bugs solved, search improvement, parsers

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