Pavankalyan
commited on
Commit
β’
890ecd0
1
Parent(s):
c67ac6c
Update app.py
Browse files
app.py
CHANGED
@@ -29,6 +29,6 @@ def greet(name):
|
|
29 |
|
30 |
|
31 |
# We instantiate the Textbox class
|
32 |
-
textbox = gr.Textbox(label="
|
33 |
|
34 |
gr.Interface(fn=greet, inputs=textbox, outputs=["text","text"], examples=examples).launch()
|
|
|
29 |
|
30 |
|
31 |
# We instantiate the Textbox class
|
32 |
+
textbox = gr.Textbox(label="Enter your article:", placeholder="Article", lines=5)
|
33 |
|
34 |
gr.Interface(fn=greet, inputs=textbox, outputs=["text","text"], examples=examples).launch()
|