tbitai commited on
Commit
9bd0746
1 Parent(s): d9344b1

Fix article wording

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ demo = gr.Interface(
15
  examples=[
16
  ["spam-rate", "revision #1 - hpl noms for november 3, 2000 (see attached file: hplnl 103.xls) - hplnl 103.xls"],
17
  ],
18
- article="This is a demo of the models in [Bayes or Spam?](https://github.com/tbitai/bayes-or-spam)",
19
  )
20
 
21
  if __name__ == "__main__":
 
15
  examples=[
16
  ["spam-rate", "revision #1 - hpl noms for november 3, 2000 (see attached file: hplnl 103.xls) - hplnl 103.xls"],
17
  ],
18
+ article="This is a demo of the models in the [Bayes or Spam?](https://github.com/tbitai/bayes-or-spam) project.",
19
  )
20
 
21
  if __name__ == "__main__":