Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
| 38 |
-
"https://drive.google.com/file/d/
|
| 39 |
-
"https://drive.google.com/file/d/
|
| 40 |
-
"https://drive.google.com/file/d/
|
| 41 |
-
"https://drive.google.com/file/d/
|
|
|
|
|
|
|
| 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):
|