pilayar commited on
Commit
0a410ad
·
verified ·
1 Parent(s): 8e109ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ st.set_page_config(page_title="AI Credentialing Assistant", layout="wide")
77
  st.title("🩺 Provider Credentialing AI")
78
 
79
  # Load the RAG Database (Point to your uploaded CSV)
80
- alert_list_path = "alert-actions-2026.xlsx - Sheet1.csv"
81
  vdb = get_vector_db(alert_list_path)
82
 
83
  api_key = os.environ.get("GEMINI_API_KEY")
 
77
  st.title("🩺 Provider Credentialing AI")
78
 
79
  # Load the RAG Database (Point to your uploaded CSV)
80
+ alert_list_path = "alert_list.csv"
81
  vdb = get_vector_db(alert_list_path)
82
 
83
  api_key = os.environ.get("GEMINI_API_KEY")