Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|