sultan-hassan commited on
Commit
c028595
·
verified ·
1 Parent(s): ceea634

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"][:50] # take first examples
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)