Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ sample_images = [os.path.join(sample_images_dir, f) for f in os.listdir(sample_i
|
|
30 |
|
31 |
# File download paths
|
32 |
report_path = "report.pdf"
|
33 |
-
notebook_path = "bfd.ipynb"
|
34 |
|
35 |
# Function to provide file download links
|
36 |
def get_download_links():
|
|
|
30 |
|
31 |
# File download paths
|
32 |
report_path = "report.pdf"
|
33 |
+
notebook_path = "https://huggingface.co/spaces/ftx7go/bone-fracture-detection-model/resolve/main/files/bfd.ipynb"
|
34 |
|
35 |
# Function to provide file download links
|
36 |
def get_download_links():
|