msiron commited on
Commit
4610d52
·
1 Parent(s): b88325e

change naming convention

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -135,8 +135,8 @@ iface = gr.Interface(
135
  finite_temp_toggle,
136
  ],
137
  outputs=gr.Plot(label="Phase Diagram"),
138
- title="Materials Project Phase Diagram",
139
- description="Generate a phase diagram for a set of elements using Materials Project data.",
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