yabramuvdi commited on
Commit
a147414
1 Parent(s): db62944

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ classifier = TextClassificationPipeline(model=model,
20
 
21
  # basic elements of page
22
  title = "Remote Work Detection Application"
23
- description = "This page allows users to interact with the __Work-from-Home Algorithmic Measurement (WHAM)__ model developed in the paper [_“Remote Work across Jobs, Companies, and Space” (Hansen, Lambert, Bloom, Davis, Sadun & Taska, 2023)_](https://wfhmap.com/). It is maintained by Yabra Muvdi, who works as a pre-doctoral researcher for Professor Hansen.\n\nThe application allows users to input any arbitrary text and computes the predicted probability of the text exhibiting the possibility of remote work. Users can also flag any examples that are incorrectly classified by the model. This is simply done by clicking on the _“Flag”_ button and then selecting _“mistake”_."
24
 
25
  article = "" # text at the end of the app
26
 
 
20
 
21
  # basic elements of page
22
  title = "Remote Work Detection Application"
23
+ description = "This page allows users to interact with the __Work-from-Home Algorithmic Measurement (WHAM)__ model developed in the paper [_“Remote Work across Jobs, Companies, and Space” (Hansen, Lambert, Bloom, Davis, Sadun & Taska, 2023)_](https://wfhmap.com/). It is developed and maintained by Yabra Muvdi. \n\nThe application allows users to input any arbitrary text and computes the predicted probability of the text exhibiting the possibility of remote work. Users can also flag any examples that are incorrectly classified by the model. This is simply done by clicking on the _“Flag”_ button and then selecting _“mistake”_."
24
 
25
  article = "" # text at the end of the app
26