Spaces:
Runtime error
Runtime error
Commit
·
f469b65
1
Parent(s):
085b67f
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ with demo:
|
|
112 |
gr.Markdown("# PDB viewer using Mol*")
|
113 |
gr.Markdown("""If using please cite
|
114 |
> David Sehnal, Sebastian Bittrich, Mandar Deshpande, Radka Svobodová, Karel Berka, Václav Bazgier, Sameer Velankar, Stephen K Burley, Jaroslav Koča, Alexander S Rose: Mol* Viewer: modern web app for 3D visualization and analysis of large biomolecular structures, Nucleic Acids Research, 2021; 10.1093/nar/gkab31.""")
|
115 |
-
public_link = "https://simonduerr-molstar-gradio.hf.space"
|
116 |
with gr.Row():
|
117 |
with gr.Box():
|
118 |
inp = gr.Textbox(
|
|
|
112 |
gr.Markdown("# PDB viewer using Mol*")
|
113 |
gr.Markdown("""If using please cite
|
114 |
> David Sehnal, Sebastian Bittrich, Mandar Deshpande, Radka Svobodová, Karel Berka, Václav Bazgier, Sameer Velankar, Stephen K Burley, Jaroslav Koča, Alexander S Rose: Mol* Viewer: modern web app for 3D visualization and analysis of large biomolecular structures, Nucleic Acids Research, 2021; 10.1093/nar/gkab31.""")
|
115 |
+
public_link = gr.Variable(value="https://simonduerr-molstar-gradio.hf.space")
|
116 |
with gr.Row():
|
117 |
with gr.Box():
|
118 |
inp = gr.Textbox(
|