rairo commited on
Commit
0147f7c
·
verified ·
1 Parent(s): 07135ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -295,7 +295,7 @@ def main():
295
  """
296
  response = model.generate_content(prompt)
297
  report = response.text
298
- html_text = markdown2.markdown(markdown_text)
299
 
300
 
301
 
 
295
  """
296
  response = model.generate_content(prompt)
297
  report = response.text
298
+ html_text = markdown2.markdown(report)
299
 
300
 
301