emilylearning commited on
Commit
153b6a9
·
1 Parent(s): 1c2e20b

Adding 'hit submit' reminder to docs

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -506,9 +506,10 @@ For the `wiki-bio` models the x-axis is simply the `date`, ranging from 1800 - 1
506
  - Decide if you want to see the baseline prediction (from neutral or no text injection into your text sample) in the plot.
507
  - Come up with a text sample!
508
  - Any term included that is from the `gendered_lists` above will be masked out for prediction.
509
- - In the case of `wiki-bio`, any appearance of the word `DATE` will be replaced with the year shown on the x-axis.
510
- - If no `DATE` is included, the phrase `Born in DATE…` will be prepended to your text sample.
511
  - In the case of `reddit`, the `subreddit` names shown on the x-axis (or shown more clearly in the associated dataframe) will be prepended to your text sample).
 
 
512
 
513
  Note: if app seems frozen, refreshing webpage may help. Sorry for the inconvenience. Will debug soon.
514
  """
 
506
  - Decide if you want to see the baseline prediction (from neutral or no text injection into your text sample) in the plot.
507
  - Come up with a text sample!
508
  - Any term included that is from the `gendered_lists` above will be masked out for prediction.
509
+ - In the case of `wiki-bio`, any appearance of the word `DATE` will be replaced with the year shown on the x-axis. (If no `DATE` is included, the phrase `Born in DATE…` will be prepended to your text sample.)
 
510
  - In the case of `reddit`, the `subreddit` names shown on the x-axis (or shown more clearly in the associated dataframe) will be prepended to your text sample).
511
+ - Don’t forget to hit the [Submit] button!
512
+ - Using the provided examples at the bottom may result in a pre-cached dataframe being loaded, but the plot will only be calculated after you hit [Submit].
513
 
514
  Note: if app seems frozen, refreshing webpage may help. Sorry for the inconvenience. Will debug soon.
515
  """