jonathanjordan21 commited on
Commit
dd51fe9
·
verified ·
1 Parent(s): 515438f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,5 +85,5 @@ async def run_code(code: Code):
85
 
86
  @app.get("/chart/{project_id}/{chain_id}/{session_id}")
87
  async def get_chart(project_id: str, chain_id: str, session_id: str):
88
- pdf_path = f"graph_{project_id}_{chain_id}_{session_id}.pdf"
89
  return FileResponse(pdf_path, media_type="application/pdf")
 
85
 
86
  @app.get("/chart/{project_id}/{chain_id}/{session_id}")
87
  async def get_chart(project_id: str, chain_id: str, session_id: str):
88
+ pdf_path = f"graphs_{project_id}_{chain_id}_{session_id}.pdf"
89
  return FileResponse(pdf_path, media_type="application/pdf")