yabramuvdi commited on
Commit
f3c8e25
·
1 Parent(s): 98d4a93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 working from home", 0.5],
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
  #%%