Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
| 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")
|