segestic commited on
Commit
438b12a
1 Parent(s): d6fedc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,5 +33,5 @@ def summarize(text):
33
 
34
  paraphrased_text = paraphraze(text)
35
  return paraphrased_text
36
- gr.Interface(fn=summarize, inputs=gr.inputs.Textbox(lines=7, placeholder="Enter text here"), outputs=[gr.outputs.Textbox(label="Paraphrased Text")],examples=[["This Api is the best quillbot api alternative with no words limit."
37
  ]]).launch(inline=False)
 
33
 
34
  paraphrased_text = paraphraze(text)
35
  return paraphrased_text
36
+ gr.Interface(fn=summarize, inputs=gr.inputs.Textbox(lines=7, placeholder="Enter text here"), outputs=[gr.outputs.Textbox(label="Paraphrased Text")],examples=[["This Api is the best quillbot api alternative with no words limit.", css="footer {visibility: hidden}"
37
  ]]).launch(inline=False)