chore: update workflow (#124)
This commit is contained in:
committed by
GitHub
parent
2570e11501
commit
bb56ef4f8e
@@ -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,
|
||||
|
Reference in New Issue
Block a user