DHEIVER commited on
Commit
118ca30
·
1 Parent(s): 4c5678a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -91,8 +91,3 @@ iface = gr.Interface(
91
  )
92
 
93
  iface.launch()
94
- ```
95
-
96
- With this code, the interface will display the plot of the anomalous data points along with the indices of the anomalous data points below the plot. The user can upload a CSV file, and the interface will generate the plot and detect the anomalies in the timeseries data.
97
-
98
- I hope this helps! Let me know if you have any further questions.
 
91
  )
92
 
93
  iface.launch()