datasciencedojo commited on
Commit
95f0059
1 Parent(s): 8f95c55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def get_response_from_text(
36
  def greet(context):
37
  return get_response_from_text(context)
38
 
39
- examples = [["Begin your professional career by learning data science skills with Data science Dojo, a globally recognized e-learning platform where we teach students how to learn data science, data analytics, machine learning and more."], ["Natural language processing (NLP) is a subfield of linguistics, computer science, and artificial intelligence concerned with the interactions between computers and human language, in particular how to program computers to process and analyze large amounts of natural language data."]]
40
 
41
  css = """
42
  footer {display:none !important}
 
36
  def greet(context):
37
  return get_response_from_text(context)
38
 
39
+ examples = [["Begin your professional career by learning data science skills with Data science Dojo, a globally recognized e-learning platform where we teach students how to learn data science, data analytics, machine learning and more."], ["Paraphrasing is a way to express the meaning of something using different words in order to make it easier for audience to understand. This app uses natural language processing to create paraphrasing of your input text."]]
40
 
41
  css = """
42
  footer {display:none !important}