eacortes commited on
Commit
f4f0cb3
·
1 Parent(s): 9eba36a

Update src/app.py

Browse files
Files changed (1) hide show
  1. 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.min.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.min.js" defer></script>
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(