Spaces:
Sleeping
Sleeping
yabramuvdi
commited on
Commit
•
866310e
1
Parent(s):
a147414
Update app.py
Browse files
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 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 |
|
|
|
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](https://yabramuvdi.github.io). \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 |
|