nos commited on
Commit
8c1408d
1 Parent(s): cdad5d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -69,6 +69,7 @@ with gr.Blocks() as demo:
69
  text1 = gr.Textbox(label="Prompt to gematria conversion for apply ELS")
70
  text2 = gr.Textbox(label="ELS value")
71
  inbtw = gr.Button("Search")
 
72
  start = gr.Number(label="Start", value=1)
73
  end = gr.Number(label="End", value=1)
74
  step = gr.Number(label="Step", value=6)
@@ -90,6 +91,7 @@ with gr.Blocks() as demo:
90
  with gr.Row():
91
  gematria_text = gr.Textbox(label="Enter Text")
92
  gematria_btn = gr.Button("Calculate Sum")
 
93
  gematria_result = gr.Number(label="Gematria Sum")
94
  gematria_btn.click(
95
  gematria_sum,
 
69
  text1 = gr.Textbox(label="Prompt to gematria conversion for apply ELS")
70
  text2 = gr.Textbox(label="ELS value")
71
  inbtw = gr.Button("Search")
72
+ with gr.Row():
73
  start = gr.Number(label="Start", value=1)
74
  end = gr.Number(label="End", value=1)
75
  step = gr.Number(label="Step", value=6)
 
91
  with gr.Row():
92
  gematria_text = gr.Textbox(label="Enter Text")
93
  gematria_btn = gr.Button("Calculate Sum")
94
+ with gr.Row():
95
  gematria_result = gr.Number(label="Gematria Sum")
96
  gematria_btn.click(
97
  gematria_sum,