Tonic commited on
Commit
c013315
1 Parent(s): 157275e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def wrap_text(text, width=90):
12
  wrapped_text = '\n'.join(wrapped_lines)
13
  return wrapped_text
14
 
15
- def multimodal_prompt(user_input, system_prompt="You are an expert medical analyst:"):
16
  """
17
  Generates text using a large language model, given a user input and a system prompt.
18
  Args:
 
12
  wrapped_text = '\n'.join(wrapped_lines)
13
  return wrapped_text
14
 
15
+ def multimodal_prompt(user_input, system_prompt):
16
  """
17
  Generates text using a large language model, given a user input and a system prompt.
18
  Args: