datasciencedojo commited on
Commit
5e6c8e5
1 Parent(s): 95f0059

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,6 +88,6 @@ footer {display:none !important}
88
  }
89
  """
90
 
91
- demo = gr.Interface(fn=greet, inputs=gr.Textbox(lines=3, placeholder="Enter sample text here", label="Original text"), outputs=gr.Textbox(label="Paraphrasing"), title="Paraphrasing | Datascience Dojo", examples=examples, css=css)
92
 
93
  demo.launch()
 
88
  }
89
  """
90
 
91
+ demo = gr.Interface(fn=greet, inputs=gr.Textbox(lines=3, placeholder="Enter sample text here", label="Original text"), outputs=gr.Textbox(label="Paraphrasing"), title="Paraphrasing | Data Science Dojo", examples=examples, css=css)
92
 
93
  demo.launch()