Spaces:
Build error
Build error
Commit
·
5f39180
1
Parent(s):
818f706
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def update(inp, file):
|
|
83 |
demo = gr.Blocks()
|
84 |
|
85 |
with demo:
|
86 |
-
gr.Markdown("#PDB viewer using 3Dmol.js")
|
87 |
inp = gr.Textbox(
|
88 |
placeholder="PDB Code or upload file below", label="Input structure"
|
89 |
)
|
|
|
83 |
demo = gr.Blocks()
|
84 |
|
85 |
with demo:
|
86 |
+
gr.Markdown("# PDB viewer using 3Dmol.js")
|
87 |
inp = gr.Textbox(
|
88 |
placeholder="PDB Code or upload file below", label="Input structure"
|
89 |
)
|