Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
e845e1a
1
Parent(s):
9a86602
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import gradio as gr
|
|
3 |
from src.brain import generate_answers
|
4 |
processing = False
|
5 |
|
|
|
6 |
|
7 |
def response(query, history):
|
8 |
global processing
|
|
|
3 |
from src.brain import generate_answers
|
4 |
processing = False
|
5 |
|
6 |
+
data = pd.read_csv('anomalies.csv')
|
7 |
|
8 |
def response(query, history):
|
9 |
global processing
|