gigiliu12 commited on
Commit
b40e2c2
Β·
verified Β·
1 Parent(s): e8f0f8b

remove testing

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -4,8 +4,7 @@ import pandas as pd
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
  # ────────────────────────────────────────────────────────────────────────
 
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
  # ────────────────────────────────────────────────────────────────────────