Spaces:
Sleeping
Sleeping
Ravi theja K
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from transformers import AutoTokenizer
|
|
5 |
|
6 |
|
7 |
from transformers import pipeline, AutoTokenizer, AutoModelForSeq2SeqLM
|
8 |
-
import snowflake.connector
|
9 |
|
10 |
# Replace with your own Snowflake account identifier, username, and password
|
11 |
account = "HYNVZSV.GEB42510"
|
@@ -19,7 +19,7 @@ conn = snowflake.connector.connect(
|
|
19 |
password=Neervi@2727,
|
20 |
account=GEB42510,
|
21 |
database=SNOWFLAKE_SAMPLE_DATA
|
22 |
-
|
23 |
|
24 |
# Set assistant icon to Snowflake logo
|
25 |
icons = {"assistant": "./Snowflake_Logomark_blue.svg", "user": "⛷️"}
|
|
|
5 |
|
6 |
|
7 |
from transformers import pipeline, AutoTokenizer, AutoModelForSeq2SeqLM
|
8 |
+
'''import snowflake.connector
|
9 |
|
10 |
# Replace with your own Snowflake account identifier, username, and password
|
11 |
account = "HYNVZSV.GEB42510"
|
|
|
19 |
password=Neervi@2727,
|
20 |
account=GEB42510,
|
21 |
database=SNOWFLAKE_SAMPLE_DATA
|
22 |
+
'''
|
23 |
|
24 |
# Set assistant icon to Snowflake logo
|
25 |
icons = {"assistant": "./Snowflake_Logomark_blue.svg", "user": "⛷️"}
|