huolongguo10 commited on
Commit
d2e3634
1 Parent(s): 21256b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def check(text):
14
  with gr.Blocks() as demo:
15
  text = gr.Textbox(label="Text")
16
  output = gr.Textbox(label="Output Box")
17
- org = gr.Textbox(label="By normal check")
18
  greet_btn = gr.Button("Check!")
19
  greet_btn.click(fn=check, inputs=text, outputs=output, api_name="check")
20
  gr.Markdown('''# check_sec
 
14
  with gr.Blocks() as demo:
15
  text = gr.Textbox(label="Text")
16
  output = gr.Textbox(label="Output Box")
17
+ # org = gr.Textbox(label="By normal check")
18
  greet_btn = gr.Button("Check!")
19
  greet_btn.click(fn=check, inputs=text, outputs=output, api_name="check")
20
  gr.Markdown('''# check_sec