Spaces:
Build error
Build error
Commit ·
de2f51b
1
Parent(s): 18bce90
asyncio.run() error resolved, hopefully lol
Browse files
main.py
CHANGED
|
@@ -66,9 +66,9 @@ async def get_analysis(pdf_file: UploadFile):
|
|
| 66 |
industry_info = industry_finder(collection_id=pdf_id)
|
| 67 |
industry_info["pitch-deck"] = file_name
|
| 68 |
|
| 69 |
-
other_info_results =
|
| 70 |
|
| 71 |
-
business_info =
|
| 72 |
|
| 73 |
json = {
|
| 74 |
"industry": industry_info,
|
|
|
|
| 66 |
industry_info = industry_finder(collection_id=pdf_id)
|
| 67 |
industry_info["pitch-deck"] = file_name
|
| 68 |
|
| 69 |
+
other_info_results = await other_info(company_data=industry_info))
|
| 70 |
|
| 71 |
+
business_info = await business_information(collection_id=pdf_id))
|
| 72 |
|
| 73 |
json = {
|
| 74 |
"industry": industry_info,
|