aquibmoin commited on
Commit
611b5f9
·
verified ·
1 Parent(s): ecc024e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -390,7 +390,7 @@ def chatbot(user_input, science_objectives="", context="", subdomain="", use_enc
390
  )
391
 
392
  if science_objectives.strip():
393
- response = f"### Science Objectives (User-Defined):\n{science_objectives}\n\n" + response
394
 
395
  # Export the response to a Word document
396
  word_doc_path = export_to_word(response, subdomain, user_input)
 
390
  )
391
 
392
  if science_objectives.strip():
393
+ response = f"### Science Objectives (User-Defined):\n\n{science_objectives}\n\n" + response
394
 
395
  # Export the response to a Word document
396
  word_doc_path = export_to_word(response, subdomain, user_input)