Spaces:
Running
Running
simonduerr
commited on
Commit
•
947fcf9
1
Parent(s):
6cf03f3
Update app.py
Browse files
app.py
CHANGED
@@ -35,10 +35,10 @@ def predict(x):
|
|
35 |
|
36 |
#works
|
37 |
with gr.Blocks() as demo:
|
38 |
-
gr.Markdown("# 3dmol.js Molecule Viewer")
|
39 |
-
inp = Molecule3D(label="Molecule3D", reps=reps)
|
40 |
-
gr.Markdown("Viewer disabled")
|
41 |
-
inp = Molecule3D(
|
42 |
out = Molecule3D(label="Molecule3D", reps=reps)
|
43 |
gr.Markdown("""
|
44 |
You can configure the default rendering of the molecule by adding a list of representations
|
|
|
35 |
|
36 |
#works
|
37 |
with gr.Blocks() as demo:
|
38 |
+
#gr.Markdown("# 3dmol.js Molecule Viewer")
|
39 |
+
#inp = Molecule3D(label="Molecule3D", reps=reps)
|
40 |
+
#gr.Markdown("Viewer disabled")
|
41 |
+
inp = Molecule3D(label="Molecule3D", reps=reps, showviewer=False)
|
42 |
out = Molecule3D(label="Molecule3D", reps=reps)
|
43 |
gr.Markdown("""
|
44 |
You can configure the default rendering of the molecule by adding a list of representations
|