ariankhalfani commited on
Commit
1f18706
1 Parent(s): ef0485d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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