ElvisWang111 commited on
Commit
f0c9413
·
verified ·
1 Parent(s): fd752b4

Update workflow/report/report_utils.py

Browse files
Files changed (1) hide show
  1. workflow/report/report_utils.py +1 -1
workflow/report/report_utils.py CHANGED
@@ -2,7 +2,7 @@ import re
2
  import base64
3
 
4
  import streamlit as st
5
- from playwright.sync_api import sync_playwright
6
 
7
 
8
  def html_to_pdf_bytes_playwright(html: str) -> bytes:
 
2
  import base64
3
 
4
  import streamlit as st
5
+ # from playwright.sync_api import sync_playwright
6
 
7
 
8
  def html_to_pdf_bytes_playwright(html: str) -> bytes: