Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
15cff3c
1
Parent(s):
d56c953
initialize unable to click the buttons
Browse files
app.py
CHANGED
@@ -95,8 +95,8 @@ def main():
|
|
95 |
)
|
96 |
relax_unit_cell = gr.Checkbox(value=False, label="Relax Unit Cell")
|
97 |
|
98 |
-
md_button = gr.Button("Run MD Simulation")
|
99 |
-
optimization_button = gr.Button("Run Optimization")
|
100 |
|
101 |
output_structure = Molecule3D(
|
102 |
label="Simulation Visualization",
|
|
|
95 |
)
|
96 |
relax_unit_cell = gr.Checkbox(value=False, label="Relax Unit Cell")
|
97 |
|
98 |
+
md_button = gr.Button("Run MD Simulation", interactive=False)
|
99 |
+
optimization_button = gr.Button("Run Optimization", interactive=False)
|
100 |
|
101 |
output_structure = Molecule3D(
|
102 |
label="Simulation Visualization",
|