Spaces:
Running
Running
Commit
·
f3c8e25
1
Parent(s):
98d4a93
Update app.py
Browse files
app.py
CHANGED
@@ -23,8 +23,8 @@ title = "Work From Home Predictor"
|
|
23 |
description = "Demo application that predicts the pressence of work from home in any given sequence of text."
|
24 |
article = "" # text at the end of the app
|
25 |
examples = [
|
26 |
-
["This is a work from home position", 0.9],
|
27 |
-
["This position does not allow
|
28 |
]
|
29 |
|
30 |
#%%
|
|
|
23 |
description = "Demo application that predicts the pressence of work from home in any given sequence of text."
|
24 |
article = "" # text at the end of the app
|
25 |
examples = [
|
26 |
+
["This is a work from home position.", 0.9],
|
27 |
+
["This position does not allow remote work.", 0.5],
|
28 |
]
|
29 |
|
30 |
#%%
|