Spaces:
Runtime error
Runtime error
ariankhalfani
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import numpy as np
|
|
4 |
from cataract import combined_prediction, save_cataract_prediction_to_db, predict_object_detection
|
5 |
from glaucoma import combined_prediction_glaucoma, submit_to_db, predict_image
|
6 |
from database import get_db_data, format_db_data, clear_database
|
7 |
-
from chatbot import chatbot, update_patient_history, generate_voice_response
|
8 |
from PIL import Image
|
9 |
|
10 |
# Define the custom theme
|
|
|
4 |
from cataract import combined_prediction, save_cataract_prediction_to_db, predict_object_detection
|
5 |
from glaucoma import combined_prediction_glaucoma, submit_to_db, predict_image
|
6 |
from database import get_db_data, format_db_data, clear_database
|
7 |
+
from chatbot import chatbot, toggle_visibility, update_patient_history, generate_voice_response
|
8 |
from PIL import Image
|
9 |
|
10 |
# Define the custom theme
|