Ravi theja K
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import streamlit as st
|
|
| 3 |
from snowflake.snowpark import Session
|
| 4 |
from snowflake.ml.utils.connection_params import SnowflakeLoginOptions
|
| 5 |
from langchain_community.utilities import SQLDatabase
|
| 6 |
-
from langchain import HuggingFaceHub
|
| 7 |
from langchain.chains import create_sql_query_chain
|
| 8 |
|
| 9 |
@st.cache_resource(show_spinner="Connecting...")
|
|
|
|
| 3 |
from snowflake.snowpark import Session
|
| 4 |
from snowflake.ml.utils.connection_params import SnowflakeLoginOptions
|
| 5 |
from langchain_community.utilities import SQLDatabase
|
| 6 |
+
from langchain.llms import HuggingFaceHub
|
| 7 |
from langchain.chains import create_sql_query_chain
|
| 8 |
|
| 9 |
@st.cache_resource(show_spinner="Connecting...")
|