updated app.py
Browse files
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 |
-
|
|
|
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 |
|