Update main.py
Browse files
main.py
CHANGED
|
@@ -128,4 +128,6 @@ async def get_data(input_file: UploadFile = File(...)):
|
|
| 128 |
return {"data": data}
|
| 129 |
|
| 130 |
#except Exception as e:
|
| 131 |
-
#raise HTTPException(status_code=500, detail=f"Error processing file: {str(e)}")
|
|
|
|
|
|
|
|
|
| 128 |
return {"data": data}
|
| 129 |
|
| 130 |
#except Exception as e:
|
| 131 |
+
#raise HTTPException(status_code=500, detail=f"Error processing file: {str(e)}")
|
| 132 |
+
|
| 133 |
+
#test
|