Spaces:
Runtime error
Runtime error
Commit
·
1175896
1
Parent(s):
f9083da
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ with demo:
|
|
123 |
btn = gr.Button("View structure")
|
124 |
mol = gr.HTML()
|
125 |
btn.click(fn=update, inputs=[inp, file, public_link], outputs=mol)
|
126 |
-
_, _, pl = demo.launch(
|
127 |
|
128 |
|
129 |
public_link.update(value=pl)
|
|
|
123 |
btn = gr.Button("View structure")
|
124 |
mol = gr.HTML()
|
125 |
btn.click(fn=update, inputs=[inp, file, public_link], outputs=mol)
|
126 |
+
_, _, pl = demo.launch()
|
127 |
|
128 |
|
129 |
public_link.update(value=pl)
|