SamanthaStorm commited on
Commit
9ee4a74
·
verified ·
1 Parent(s): 2d95c7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ result_md = (
93
  )
94
 
95
  # Save the result to a temporary text file for download
96
- with tempfile.NamedTemporaryFile(delete=False, suffix=".txt", mode="w") as f:
97
  f.write(result_md)
98
  report_path = f.name
99
 
 
93
  )
94
 
95
  # Save the result to a temporary text file for download
96
+ with tempfile.NamedTemporaryFile(delete=False, suffix=".txt", mode="w") as f:
97
  f.write(result_md)
98
  report_path = f.name
99