rairo commited on
Commit
9ee9486
·
verified ·
1 Parent(s): 1315a14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ th, td {
138
  }
139
  """
140
  payload = {
141
- 'markdown': report_text,
142
  'engine': 'weasyprint',
143
  'css': css
144
  }
 
138
  }
139
  """
140
  payload = {
141
+ 'markdown': eval(report_text),
142
  'engine': 'weasyprint',
143
  'css': css
144
  }