dhuynh95 commited on
Commit
53464fa
·
1 Parent(s): 4375e81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def respond_common(message, chat_history, box=None, btn=None):
84
  resp = query_engine.query(message)
85
  bot_message = str(resp).strip()
86
  get_email_subject(resp)
87
- bot_message += "\n\nSource(s):\n"
88
  for i, row in get_email_subject(resp).iterrows():
89
  bot_message += f"Email ID: **{row.email_name}**\n**Subject: {row.subject}**\n"
90
  except Exception as e:
 
84
  resp = query_engine.query(message)
85
  bot_message = str(resp).strip()
86
  get_email_subject(resp)
87
+ bot_message += "\n\n\n\nSource(s):\n\n"
88
  for i, row in get_email_subject(resp).iterrows():
89
  bot_message += f"Email ID: **{row.email_name}**\n**Subject: {row.subject}**\n"
90
  except Exception as e: