Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
merge
Browse files
app.py
CHANGED
@@ -207,9 +207,9 @@ warning_message += " now please take caution when analyzing the results of this"
|
|
207 |
warning_message += " application."
|
208 |
|
209 |
warning_message += "<br> Additionally, we have provided the 110 PBE correction method"
|
210 |
-
warning_message += " from <a href='https://chemrxiv.org/engage/api-gateway/chemrxiv/assets/orp/resource/item/67252d617be152b1d0b2c1ef/original/a-simple-linear-relation-solves-unphysical-dft-energy-corrections.pdf' target='_blank'>Rohr et al (2024)</a
|
211 |
|
212 |
-
message = "{}
|
213 |
warning_message
|
214 |
)
|
215 |
message += "<br>Built with <a href='https://pymatgen.org/' target='_blank'>Pymatgen</a> and <a href='https://docs.crystaltoolkit.org/' target='_blank'>Crystal Toolkit</a>.<br>"
|
|
|
207 |
warning_message += " application."
|
208 |
|
209 |
warning_message += "<br> Additionally, we have provided the 110 PBE correction method"
|
210 |
+
warning_message += " from <a href='https://chemrxiv.org/engage/api-gateway/chemrxiv/assets/orp/resource/item/67252d617be152b1d0b2c1ef/original/a-simple-linear-relation-solves-unphysical-dft-energy-corrections.pdf' target='_blank'>Rohr et al (2024)</a>."
|
211 |
|
212 |
+
message = "{} <br><br> Generate a phase diagram for a set of elements using LeMat-Bulk data.".format(
|
213 |
warning_message
|
214 |
)
|
215 |
message += "<br>Built with <a href='https://pymatgen.org/' target='_blank'>Pymatgen</a> and <a href='https://docs.crystaltoolkit.org/' target='_blank'>Crystal Toolkit</a>.<br>"
|