holyhigh666 commited on
Commit
889587a
·
verified ·
1 Parent(s): 2cd1d0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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