Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -238,7 +238,8 @@ def document_data_tool(question):
|
|
238 |
return query_response
|
239 |
|
240 |
|
241 |
-
async
|
|
|
242 |
try:
|
243 |
from fastapi import FastAPI
|
244 |
|
|
|
238 |
return query_response
|
239 |
|
240 |
|
241 |
+
#async
|
242 |
+
def send_email_with_attachment(recipient_email, subject, body, attachment_path):
|
243 |
try:
|
244 |
from fastapi import FastAPI
|
245 |
|