nos commited on
Commit
def313f
·
verified ·
1 Parent(s): fafff5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -66,9 +66,9 @@ with gr.Blocks() as demo:
66
  )
67
  with gr.Tab("ELS"):
68
  with gr.Row():
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)
 
66
  )
67
  with gr.Tab("ELS"):
68
  with gr.Row():
69
+ text1 = gr.Textbox(label="Prompt to gematria conversion for apply ELS",width=400)
70
+ text2 = gr.Textbox(label="ELS value", width=400)
71
+ inbtw = gr.Button("Search",width=150)
72
  with gr.Row():
73
  start = gr.Number(label="Start", value=1)
74
  end = gr.Number(label="End", value=1)