Spaces:
Running
Running
datasciencedojo
commited on
Commit
•
95f0059
1
Parent(s):
8f95c55
Update app.py
Browse files
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."], ["
|
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}
|