Tonic commited on
Commit
8b11b91
·
1 Parent(s): c536297

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -371,7 +371,7 @@ def process_and_query(input_language=None, audio_input=None, image_input=None, t
371
 
372
  elif text_input is not None and text_input.strip():
373
  print("Processing text input...")
374
- combined_text += "The user asks the following to his health adviser: " + text_input
375
 
376
  else:
377
  return "Error: Please provide some input (text, audio, or image)."
 
371
 
372
  elif text_input is not None and text_input.strip():
373
  print("Processing text input...")
374
+ combined_text += "The user asks the query above to his health adviser: " + text_input
375
 
376
  else:
377
  return "Error: Please provide some input (text, audio, or image)."