remeajayi commited on
Commit
80b8e63
·
1 Parent(s): 3e8e728

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -59,7 +59,8 @@ gr.inputs.File(label="csv file"),
59
  outputs=['plot'],
60
  examples=["art_daily_jumpsup.csv"], title="Anomaly detection of timeseries data",
61
  description = "Anomaly detection of timeseries data.",
62
- article = "Author: <a href=\"https://www.linkedin.com/in/olohireme-ajayi/\">Reme Ajayi</a>"
 
63
  )
64
 
65
 
 
59
  outputs=['plot'],
60
  examples=["art_daily_jumpsup.csv"], title="Anomaly detection of timeseries data",
61
  description = "Anomaly detection of timeseries data.",
62
+ article = "Space by: <a href=\"https://www.linkedin.com/in/olohireme-ajayi/\">Reme Ajayi</a> /n Keras Example by <a href=\"https://github.com/pavithrasv/\"> Pavithra Vijay</a>"
63
+
64
  )
65
 
66