nos commited on
Commit
e5367a6
1 Parent(s): def313f

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",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)
 
66
  )
67
  with gr.Tab("ELS"):
68
  with gr.Row():
69
+ text1 = gr.Textbox(label="Prompt to gematria conversion for apply ELS",scale=3)
70
+ text2 = gr.Textbox(label="ELS value", scale=3)
71
+ inbtw = gr.Button("Search",scale=1)
72
  with gr.Row():
73
  start = gr.Number(label="Start", value=1)
74
  end = gr.Number(label="End", value=1)