Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,8 +80,8 @@ def main():
|
|
| 80 |
|
| 81 |
# Predefined vehicle manual links
|
| 82 |
pdf_links = [
|
| 83 |
-
"https://drive.google.com/file/d/
|
| 84 |
-
|
| 85 |
]
|
| 86 |
|
| 87 |
# Preload vehicle fault data
|
|
|
|
| 80 |
|
| 81 |
# Predefined vehicle manual links
|
| 82 |
pdf_links = [
|
| 83 |
+
"https://drive.google.com/file/d/1dQbomoQaZYwBGMze6m7XiassjanGth_K/view?usp=sharing", # Replace with actual links
|
| 84 |
+
|
| 85 |
]
|
| 86 |
|
| 87 |
# Preload vehicle fault data
|