Spaces:
Running
Running
Update src/app.py
Browse files- src/app.py +2 -2
src/app.py
CHANGED
@@ -103,11 +103,11 @@ class App:
|
|
103 |
<link rel="preload" href="gradio_api/file=src/static/chemwriter/chemwriter.css" as="style">
|
104 |
<link rel="preload" href="gradio_api/file=src/static/chemwriter/chemwriter-user.css" as="style">
|
105 |
<link rel="preload" href="gradio_api/file=src/static/chemwriter/chemwriter.js" as="script">
|
106 |
-
<link rel="preload" href="gradio_api/file=src/static/main.
|
107 |
<link rel="stylesheet" href="gradio_api/file=src/static/chemwriter/chemwriter.css">
|
108 |
<link rel="stylesheet" href="gradio_api/file=src/static/chemwriter/chemwriter-user.css">
|
109 |
<script src="gradio_api/file=src/static/chemwriter/chemwriter.js" defer></script>
|
110 |
-
<script src="gradio_api/file=src/static/main.
|
111 |
"""
|
112 |
|
113 |
with gr.Blocks(
|
|
|
103 |
<link rel="preload" href="gradio_api/file=src/static/chemwriter/chemwriter.css" as="style">
|
104 |
<link rel="preload" href="gradio_api/file=src/static/chemwriter/chemwriter-user.css" as="style">
|
105 |
<link rel="preload" href="gradio_api/file=src/static/chemwriter/chemwriter.js" as="script">
|
106 |
+
<link rel="preload" href="gradio_api/file=src/static/main.js" as="script">
|
107 |
<link rel="stylesheet" href="gradio_api/file=src/static/chemwriter/chemwriter.css">
|
108 |
<link rel="stylesheet" href="gradio_api/file=src/static/chemwriter/chemwriter-user.css">
|
109 |
<script src="gradio_api/file=src/static/chemwriter/chemwriter.js" defer></script>
|
110 |
+
<script src="gradio_api/file=src/static/main.js" defer></script>
|
111 |
"""
|
112 |
|
113 |
with gr.Blocks(
|