Spaces:
Sleeping
Sleeping
sane rounds
Browse files
app.py
CHANGED
@@ -473,7 +473,7 @@ with gr.Blocks() as app:
|
|
473 |
round_x = gr.Number(label="Round (1)", value=1)
|
474 |
round_y = gr.Number(label="Round (2)", value=-1)
|
475 |
|
476 |
-
rounds_combination = gr.Textbox(label="Combined Rounds", value="1,-
|
477 |
|
478 |
with gr.Row():
|
479 |
include_torah_chk = gr.Checkbox(label="Include Torah", value=True)
|
|
|
473 |
round_x = gr.Number(label="Round (1)", value=1)
|
474 |
round_y = gr.Number(label="Round (2)", value=-1)
|
475 |
|
476 |
+
rounds_combination = gr.Textbox(label="Combined Rounds", value="1,-1")
|
477 |
|
478 |
with gr.Row():
|
479 |
include_torah_chk = gr.Checkbox(label="Include Torah", value=True)
|