simonduerr commited on
Commit
f469b65
·
1 Parent(s): 085b67f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(