yabramuvdi commited on
Commit
f6d2978
1 Parent(s): 8be7fda

Update description

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -22,6 +22,8 @@ classifier = TextClassificationPipeline(model=model,
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],
 
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
+ description = "This page lets users test the __Work-from-Home Algorithmic Measurement (WHAM)__ tool used in the paper _“Remote Work across Jobs, Companies and Countries” (Hansen, Lambert, Bloom, Davis, Sadun & Taska, 2022)._ \n It is maintained by Yabra Muvdi, who works as a pre-doctoral researcher for Professor Hansen. Yabra was instrumental in developing WHAM. \n\n The application allows the user to input arbitrary text and receive a predicted probability of the text exhibiting the possibility of remote work."
26
+
27
  article = "" # text at the end of the app
28
  examples = [
29
  ["This is a work from home position.", 0.5],