Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,6 +7,7 @@ from pandasai.responses.response_parser import ResponseParser
|
|
| 7 |
from st_on_hover_tabs import on_hover_tabs
|
| 8 |
from ydata_profiling import ProfileReport
|
| 9 |
import google.generativeai as genai
|
|
|
|
| 10 |
|
| 11 |
class StreamLitResponse(ResponseParser):
|
| 12 |
def __init__(self,context) -> None:
|
|
|
|
| 7 |
from st_on_hover_tabs import on_hover_tabs
|
| 8 |
from ydata_profiling import ProfileReport
|
| 9 |
import google.generativeai as genai
|
| 10 |
+
import json
|
| 11 |
|
| 12 |
class StreamLitResponse(ResponseParser):
|
| 13 |
def __init__(self,context) -> None:
|