update
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ gr.inputs.File(label="csv file"),
|
|
70 |
outputs=['plot'],
|
71 |
examples=["art_daily_jumpsup.csv"], title="Anomaly detection of timeseries data",
|
72 |
description = "Anomaly detection of timeseries data.",
|
73 |
-
article = "Space by: <a href=\"https://www.linkedin.com/in/olohireme-ajayi/\">Reme Ajayi</a>
|
74 |
|
75 |
|
76 |
|
|
|
70 |
outputs=['plot'],
|
71 |
examples=["art_daily_jumpsup.csv"], title="Anomaly detection of timeseries data",
|
72 |
description = "Anomaly detection of timeseries data.",
|
73 |
+
article = "Space by: <a href=\"https://www.linkedin.com/in/olohireme-ajayi/\">Reme Ajayi</a> <br> Keras Example by <a href=\"https://github.com/pavithrasv/\"> Pavithra Vijay</a>")
|
74 |
|
75 |
|
76 |
|