gaialive commited on
Commit
fac2879
·
verified ·
1 Parent(s): c5b1871

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -34,11 +34,13 @@ client = get_groq_client()
34
  @st.cache_data
35
  def get_drive_links():
36
  return [
37
- "https://drive.google.com/file/d/1zEM3MxxpWcK9oaWc1GcmhamrGqgPjGig/view?usp=sharing",
38
- "https://drive.google.com/file/d/1Km2a_JzOPLQAyPvpkF3NjuXVU5RXwuZg/view?usp=sharing",
39
- "https://drive.google.com/file/d/1aj6QUMOy-6-idm3242yqxrgnt_7zjgjo/view?usp=sharing",
40
- "https://drive.google.com/file/d/1fmyAoEh_qRiHYvT78cmj4jWLcOcV4Y3K/view?usp=sharing",
41
- "https://drive.google.com/file/d/17-ZSypeJlhIc6B2hsJ_qm5xMMZP2xEWL/view?usp=sharing"
 
 
42
  ]
43
 
44
  def download_pdf_from_drive(link):
 
34
  @st.cache_data
35
  def get_drive_links():
36
  return [
37
+ "https://drive.google.com/file/d/1wF5W8AcFhMgUUhaI7REAB-v780dL0b_B/view?usp=sharing",
38
+ "https://drive.google.com/file/d/1fLArYioom1V79kTlMcB2f8Ha9Q1pnK6e/view?usp=sharing",
39
+ "https://drive.google.com/file/d/1_dgKjKJ_uLHEzmofiXQplsNd3Dufh7GU/view?usp=sharing",
40
+ "https://drive.google.com/file/d/1EaLHe5Si_oS49-5NI-IkMjnWzNq-B6dR/view?usp=sharing",
41
+ "https://drive.google.com/file/d/1DhKj_tFqYpOK3uKZp2kqwuSfcn5QJfyr/view?usp=sharing",
42
+ "https://drive.google.com/file/d/1QqHjS7SUwA2HS1Px3Z-vEsR9X2qdTlF0/view?usp=sharing",
43
+ "https://drive.google.com/file/d/1BEzmnRmJweGVB6owFs6eteL9MYMn2VlX/view?usp=sharing"
44
  ]
45
 
46
  def download_pdf_from_drive(link):