Spaces:
Runtime error
Runtime error
ariankhalfani
commited on
Update database.py
Browse files- database.py +1 -1
database.py
CHANGED
@@ -78,7 +78,7 @@ def get_db_data(db_path_glaucoma, db_path_cataract):
|
|
78 |
else:
|
79 |
return [], []
|
80 |
|
81 |
-
def format_db_data(glaucoma_data, cataract_data
|
82 |
""" Format the database data for display """
|
83 |
formatted_data = ""
|
84 |
|
|
|
78 |
else:
|
79 |
return [], []
|
80 |
|
81 |
+
def format_db_data(glaucoma_data, cataract_data):
|
82 |
""" Format the database data for display """
|
83 |
formatted_data = ""
|
84 |
|