Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ print("✅ Setup complete. API Key loaded.")
|
|
| 20 |
|
| 21 |
# Load data from huggingface for astro arxiv papers
|
| 22 |
ds = load_dataset("mehnaazasad/arxiv_astro_co_ga")
|
| 23 |
-
data = ds["test"]["abstract"][:
|
| 24 |
|
| 25 |
|
| 26 |
# 1. Initialize the Embedding Model (Converts text to math)
|
|
|
|
| 20 |
|
| 21 |
# Load data from huggingface for astro arxiv papers
|
| 22 |
ds = load_dataset("mehnaazasad/arxiv_astro_co_ga")
|
| 23 |
+
data = ds["test"]["abstract"][:20] # take first examples
|
| 24 |
|
| 25 |
|
| 26 |
# 1. Initialize the Embedding Model (Converts text to math)
|