Spaces:
Build error
Build error
Commit
·
5c37e64
1
Parent(s):
2791f99
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def molecule(input_pdb):
|
|
36 |
}
|
37 |
.mol-container {
|
38 |
width: 100%;
|
39 |
-
height:
|
40 |
position: relative;
|
41 |
}
|
42 |
.mol-container select{
|
@@ -83,7 +83,7 @@ def update(inp, file):
|
|
83 |
demo = gr.Blocks()
|
84 |
|
85 |
with demo:
|
86 |
-
gr.Markdown("#
|
87 |
with gr.Row():
|
88 |
with gr.Box():
|
89 |
inp = gr.Textbox(
|
|
|
36 |
}
|
37 |
.mol-container {
|
38 |
width: 100%;
|
39 |
+
height: 600px;
|
40 |
position: relative;
|
41 |
}
|
42 |
.mol-container select{
|
|
|
83 |
demo = gr.Blocks()
|
84 |
|
85 |
with demo:
|
86 |
+
gr.Markdown("#PDB viewer using 3Dmol.js")
|
87 |
with gr.Row():
|
88 |
with gr.Box():
|
89 |
inp = gr.Textbox(
|