gigiliu12 commited on
Commit
e8f0f8b
Β·
verified Β·
1 Parent(s): d638a1c
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ import pandas as pd
4
  import psycopg2
5
  import boto3, torch
6
  from sentence_transformers import SentenceTransformer, util
7
-
 
8
  # ────────────────────────────────────────────────────────────────────────
9
  # 1) DB credentials (from HF secrets or env) – original
10
  # ────────────────────────────────────────────────────────────────────────
 
4
  import psycopg2
5
  import boto3, torch
6
  from sentence_transformers import SentenceTransformer, util
7
+ st.write("AWS key visible:", bool(os.getenv("AWS_ACCESS_KEY_ID")))
8
+ st.write("DB host visible:", DB_HOST)
9
  # ────────────────────────────────────────────────────────────────────────
10
  # 1) DB credentials (from HF secrets or env) – original
11
  # ────────────────────────────────────────────────────────────────────────