Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
import pandas as pd
|
2 |
import gradio as gr
|
|
|
|
|
3 |
|
4 |
def detect_anomalies(file_path, upper_limit, lower_limit):
|
5 |
# Ler o arquivo txt com os dados
|
|
|
1 |
import pandas as pd
|
2 |
import gradio as gr
|
3 |
+
import tempfile
|
4 |
+
import os
|
5 |
|
6 |
def detect_anomalies(file_path, upper_limit, lower_limit):
|
7 |
# Ler o arquivo txt com os dados
|