Spaces:
Runtime error
Runtime error
change naming convention
Browse files
app.py
CHANGED
|
@@ -135,8 +135,8 @@ iface = gr.Interface(
|
|
| 135 |
finite_temp_toggle,
|
| 136 |
],
|
| 137 |
outputs=gr.Plot(label="Phase Diagram"),
|
| 138 |
-
title="
|
| 139 |
-
description="Generate a phase diagram for a set of elements using
|
| 140 |
)
|
| 141 |
|
| 142 |
# Launch the app
|
|
|
|
| 135 |
finite_temp_toggle,
|
| 136 |
],
|
| 137 |
outputs=gr.Plot(label="Phase Diagram"),
|
| 138 |
+
title="LeMaterial - Phase Diagram Viewer",
|
| 139 |
+
description="Generate a phase diagram for a set of elements using LeMat-Bulk data.",
|
| 140 |
)
|
| 141 |
|
| 142 |
# Launch the app
|