Spaces:
Running
Running
Commit
·
cc6d6ef
1
Parent(s):
06fb991
Update app.py
Browse files
app.py
CHANGED
@@ -20,9 +20,9 @@ classifier = TextClassificationPipeline(model=model,
|
|
20 |
|
21 |
# basic elements of page
|
22 |
title = "Remote Work Detection Application"
|
23 |
-
description = "Online tool accompanying the paper
|
24 |
|
25 |
-
article = "
|
26 |
examples = [
|
27 |
["This is a work from home position.", 0.5],
|
28 |
["This position does not allow remote work.", 0.5],
|
|
|
20 |
|
21 |
# basic elements of page
|
22 |
title = "Remote Work Detection Application"
|
23 |
+
description = "Online tool accompanying the paper _Remote Work across Jobs, Employers, and Countries_ (Hansen et al. 2022). The application allows the user to input arbitrary text and receive a predicted probability of the text exhibiting the possibility of remote work."
|
24 |
|
25 |
+
article = "" # text at the end of the app
|
26 |
examples = [
|
27 |
["This is a work from home position.", 0.5],
|
28 |
["This position does not allow remote work.", 0.5],
|