Spaces:
Runtime error
Runtime error
Commit
·
08373de
1
Parent(s):
2f6ec85
english and hebrew gematria
Browse files
app.py
CHANGED
|
@@ -92,7 +92,7 @@ with gr.Blocks(title="Sophia, Torah Codes") as demo:
|
|
| 92 |
)
|
| 93 |
with gr.Tab("ELS"):
|
| 94 |
with gr.Row():
|
| 95 |
-
books_sel = gr.CheckboxGroup(booklist, label="Books", info="Torah books source")
|
| 96 |
with gr.Row():
|
| 97 |
to_convert = gr.Textbox(value="Alber Einstein 14 March 1879",label="Prompt to gematria conversion for apply ELS",scale=3)
|
| 98 |
langgem=gr.Dropdown(
|
|
|
|
| 92 |
)
|
| 93 |
with gr.Tab("ELS"):
|
| 94 |
with gr.Row():
|
| 95 |
+
books_sel = gr.CheckboxGroup(booklist,value=booklist, label="Books", info="Torah books source")
|
| 96 |
with gr.Row():
|
| 97 |
to_convert = gr.Textbox(value="Alber Einstein 14 March 1879",label="Prompt to gematria conversion for apply ELS",scale=3)
|
| 98 |
langgem=gr.Dropdown(
|