Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ client = Groq(api_key=API_KEY)
|
|
| 19 |
# Predefined Google Drive links
|
| 20 |
STORED_LINKS = [
|
| 21 |
"https://drive.google.com/file/d/1zHtEpoEZv_3BhEDhQKkf1D1vya2jzyAd/view?usp=sharing", "https://drive.google.com/file/d/1xnRgDFGGV723Bgddf8KE9quwzpllgxyD/view?usp=sharing"
|
| 22 |
-
|
| 23 |
# Helper function to extract file ID from Google Drive URL
|
| 24 |
def extract_drive_file_id(url):
|
| 25 |
parsed_url = urlparse(url)
|
|
|
|
| 19 |
# Predefined Google Drive links
|
| 20 |
STORED_LINKS = [
|
| 21 |
"https://drive.google.com/file/d/1zHtEpoEZv_3BhEDhQKkf1D1vya2jzyAd/view?usp=sharing", "https://drive.google.com/file/d/1xnRgDFGGV723Bgddf8KE9quwzpllgxyD/view?usp=sharing"
|
| 22 |
+
]
|
| 23 |
# Helper function to extract file ID from Google Drive URL
|
| 24 |
def extract_drive_file_id(url):
|
| 25 |
parsed_url = urlparse(url)
|