simonduerr commited on
Commit
8071a09
1 Parent(s): f303e27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,7 +29,7 @@ def molecule(input_pdb):
29
 
30
  mol = read_mol(input_pdb)
31
 
32
- html ="""<!DOCTYPE html>
33
  <html lang="en">
34
  <head>
35
  <meta charset="utf-8" />
@@ -111,7 +111,7 @@ def update(inp, file, request: gr.Request):
111
  demo = gr.Blocks()
112
 
113
  with demo:
114
- gr.Markdown("# PDB viewer using Molstar")
115
  gr.Markdown("""If using please cite
116
  > 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.""")
117
  with gr.Row():
 
29
 
30
  mol = read_mol(input_pdb)
31
 
32
+ x ="""<!DOCTYPE html>
33
  <html lang="en">
34
  <head>
35
  <meta charset="utf-8" />
 
111
  demo = gr.Blocks()
112
 
113
  with demo:
114
+ gr.Markdown("# PDB viewer using Mol*")
115
  gr.Markdown("""If using please cite
116
  > 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.""")
117
  with gr.Row():