Spaces:
Sleeping
Sleeping
asadAbdullah
commited on
Commit
•
7e5b526
1
Parent(s):
ba9eb15
Update app.py
Browse files
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('
|
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
|