alexvaroz commited on
Commit
a41fd91
1 Parent(s): 033f3d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,5 +7,5 @@ def get_text(text):
7
  response = my_pipeline(text)
8
  return response
9
 
10
- grad.Interface(get_text, inputs=grad.Textbox(lines=2, placeholder="Name Here..."),
11
  outputs="text").launch()
 
7
  response = my_pipeline(text)
8
  return response
9
 
10
+ grad.Interface(get_text, inputs=grad.Textbox(lines=2, placeholder="Insira aqui a sentença a ser analisada..."),
11
  outputs="text").launch()