Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks(theme=theme, title="XRD Pattern Generator") as demo:
|
|
139 |
"""
|
140 |
# XRD Pattern Simulator from CIF
|
141 |
Upload a Crystallographic Information File (.cif) to generate its simulated
|
142 |
-
X-ray Diffraction (XRD) pattern using pymatgen.
|
143 |
"""
|
144 |
)
|
145 |
|
|
|
139 |
"""
|
140 |
# XRD Pattern Simulator from CIF
|
141 |
Upload a Crystallographic Information File (.cif) to generate its simulated
|
142 |
+
X-ray Diffraction (XRD) pattern using [pymatgen](https://github.com/materialsproject/pymatgen).
|
143 |
"""
|
144 |
)
|
145 |
|