ariankhalfani commited on
Commit
29db71d
1 Parent(s): 7c98099

Update chatbot.py

Browse files
Files changed (1) hide show
  1. chatbot.py +1 -0
chatbot.py CHANGED
@@ -245,5 +245,6 @@ def generate_voice_response(tts_model, text_response):
245
  else:
246
  return None, None
247
 
 
248
  def update_patient_history():
249
  return readable_patient_data
 
245
  else:
246
  return None, None
247
 
248
+ # Function to update patient history in the interface
249
  def update_patient_history():
250
  return readable_patient_data