asadAbdullah commited on
Commit
7e5b526
1 Parent(s): ba9eb15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ api_key = os.getenv("HF_API_KEY") # Replace with your Hugging Face API to
15
 
16
 
17
  # Load the CSV dataset
18
- data = pd.read_csv('/content/genetic_diseases_dataset.csv')
19
 
20
 
21
  # Initialize Sentence Transformer model for RAG-based retrieval
 
15
 
16
 
17
  # Load the CSV dataset
18
+ data = pd.read_csv('genetic-Final.csv')
19
 
20
 
21
  # Initialize Sentence Transformer model for RAG-based retrieval