chore: update workflow (#124)

This commit is contained in:
Tuan Anh Nguyen Dang (Tadashi_Cin)
2024-08-26 09:52:16 +07:00
committed by GitHub
parent 2570e11501
commit bb56ef4f8e
4 changed files with 12 additions and 6 deletions

View File

@@ -165,9 +165,11 @@ class BaseApp:
"""Called when the app is created"""
def make(self):
external_js = """
<script type="module" src="https://cdn.skypack.dev/pdfjs-viewer-element"></script>
"""
external_js = (
"<script type='module' "
"src='https://cdn.skypack.dev/pdfjs-viewer-element'>"
"</script>"
)
with gr.Blocks(
theme=self._theme,