paragon-analytics commited on
Commit
d2c6fef
·
1 Parent(s): 817fc7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ with gr.Blocks(title=title) as demo:
31
  gr.Markdown(f"## {title}")
32
  gr.Markdown(description1)
33
  gr.Markdown("""---""")
34
- prob1 = gr.Textbox(label="Enter Your Text Here:",lines=2, placeholder="Type it here ...")
35
  submit_btn = gr.Button("Analyze")
36
 
37
 
 
31
  gr.Markdown(f"## {title}")
32
  gr.Markdown(description1)
33
  gr.Markdown("""---""")
34
+ text = gr.Textbox(label="Enter Your Text Here:",lines=2, placeholder="Type it here ...")
35
  submit_btn = gr.Button("Analyze")
36
 
37