Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,4 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
-
from langchain_helper import get_few_shot_db_chain
|
| 3 |
-
from chromadb_test import get_sql_db_chain
|
| 4 |
-
from chromadb_test import ans_question
|
| 5 |
from streamlit_extras.add_vertical_space import add_vertical_space
|
| 6 |
|
| 7 |
|
|
|
|
| 1 |
import streamlit as st
|
|
|
|
|
|
|
|
|
|
| 2 |
from streamlit_extras.add_vertical_space import add_vertical_space
|
| 3 |
|
| 4 |
|