Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -41,9 +41,9 @@ st.divider()
|
|
41 |
|
42 |
|
43 |
|
44 |
-
supported_input_formats = ['xyz', 'cif', 'pdb','mol', 'mol2','sdf', 'tmol', 'poscar','cub','cube','mcif','mmcif', 'pwscf','smi']
|
45 |
-
supported_output_formats = ['cif', 'tmol', 'xyz', 'sdf','pdb','smiles', '
|
46 |
-
|
47 |
data = '''12
|
48 |
|
49 |
C 1.525098 0.401299 -0.169919
|
|
|
41 |
|
42 |
|
43 |
|
44 |
+
supported_input_formats = ['xyz', 'cif', 'pdb', 'mol', 'mol2', 'sdf', 'tmol', 'poscar', 'cub', 'cube', 'mcif', 'mmcif', 'pwscf', 'smi']
|
45 |
+
supported_output_formats = ['cif', 'tmol', 'xyz', 'sdf', 'pdb', 'smiles', 'mcif', 'mmcif', 'mdl', 'mol', 'mol2', 'smi',]
|
46 |
+
|
47 |
data = '''12
|
48 |
|
49 |
C 1.525098 0.401299 -0.169919
|