cryptocalypse commited on
Commit
99bedba
·
1 Parent(s): aad2a71

fuck solved ?

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks(title="Sophia, Torah Codes") as demo:
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
  )
97
  with gr.Row():
@@ -105,7 +105,7 @@ with gr.Blocks(title="Sophia, Torah Codes") as demo:
105
  els_results = gr.JSON(label="Results")
106
  search_els.click(
107
  els_book,
108
- inputs=[booklist,to_convert],
109
  outputs=els_results
110
  )
111
  with gr.Row():
 
91
  with gr.Tab("ELS"):
92
  with gr.Row():
93
  #books_sel = gr.CheckboxGroup(booklist, label="Books", info="Torah books source")
94
+ books_sel = gr.Dropdown(
95
  booklist, value=booklist, multiselect=True, filterable=True,label="Books", info="Select Books"
96
  )
97
  with gr.Row():
 
105
  els_results = gr.JSON(label="Results")
106
  search_els.click(
107
  els_book,
108
+ inputs=[bk,to_convert],
109
  outputs=els_results
110
  )
111
  with gr.Row():