Pavankalyan commited on
Commit
890ecd0
β€’
1 Parent(s): c67ac6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,6 +29,6 @@ def greet(name):
29
 
30
 
31
  # We instantiate the Textbox class
32
- textbox = gr.Textbox(label="Type your name here:", placeholder="Article", lines=5)
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()