nos commited on
Commit
c12af0b
·
verified ·
1 Parent(s): 10b8112

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks() as demo:
80
  text1 = gr.Textbox(label="Prompt to gematria conversion for apply ELS",scale=3)
81
  text2 = gr.Textbox(label="ELS value", scale=3)
82
  inbtw = gr.Button("Search",scale=1)
83
- results_els=gr.Markdown("### Results")
84
  inbtw.click(
85
  els_book,
86
  inputs=[ "", text2 ],
 
80
  text1 = gr.Textbox(label="Prompt to gematria conversion for apply ELS",scale=3)
81
  text2 = gr.Textbox(label="ELS value", scale=3)
82
  inbtw = gr.Button("Search",scale=1)
83
+ results_els=gr.JSON(label="Results")
84
  inbtw.click(
85
  els_book,
86
  inputs=[ "", text2 ],