Spaces:
Running
Running
Update workflow/report/report_utils.py
Browse files
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:
|