Spaces:
Runtime error
Runtime error
paragon-analytics
commited on
Commit
·
d2c6fef
1
Parent(s):
817fc7a
Update app.py
Browse files
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 |
-
|
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 |
|