Spaces:
Build error
Build error
niro commited on
Commit ·
0bd18cc
1
Parent(s): 0e4ec89
2er
Browse files- src/modules/utils.py +2 -2
src/modules/utils.py
CHANGED
|
@@ -2,8 +2,8 @@ import os
|
|
| 2 |
import pandas as pd
|
| 3 |
import streamlit as st
|
| 4 |
from io import StringIO
|
| 5 |
-
import json
|
| 6 |
-
from json2table import convert
|
| 7 |
|
| 8 |
from src.modules.chatbot import Chatbot_txt, Chatbot, Chatbot_ledger
|
| 9 |
from src.modules.embedder import Embedder_txt, Embedder
|
|
|
|
| 2 |
import pandas as pd
|
| 3 |
import streamlit as st
|
| 4 |
from io import StringIO
|
| 5 |
+
# import json
|
| 6 |
+
# from json2table import convert
|
| 7 |
|
| 8 |
from src.modules.chatbot import Chatbot_txt, Chatbot, Chatbot_ledger
|
| 9 |
from src.modules.embedder import Embedder_txt, Embedder
|