ProfessorLeVesseur commited on
Commit
fe2e692
·
verified ·
1 Parent(s): 0207697

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ if uploaded_file is not None and analyze_button:
89
 
90
  if show_details and additional_details:
91
  prompt_text += (
92
- f"\n\nAdditional Context Provided by the User:\n{additional_details}"
93
  )
94
 
95
 
 
89
 
90
  if show_details and additional_details:
91
  prompt_text += (
92
+ f"\n\nInclude the additional context provided by the user in your description:\n{additional_details}"
93
  )
94
 
95