msiron commited on
Commit
9a2fc0b
·
verified ·
1 Parent(s): fd468f8

Update app.py

Browse files

change to name of app

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -266,7 +266,7 @@ iface = gr.Interface(
266
  ],
267
  outputs=gr.Plot(label="Phase Diagram", elem_classes="plot-out"),
268
  css=".plot-out {background-color: #ffffff;}",
269
- title="LeMaterial - Phase Diagram Viewer",
270
  description=message,
271
  article=footer_content,
272
  )
 
266
  ],
267
  outputs=gr.Plot(label="Phase Diagram", elem_classes="plot-out"),
268
  css=".plot-out {background-color: #ffffff;}",
269
+ title="MP Phase Diagram Viewer for LeMat-Bulk",
270
  description=message,
271
  article=footer_content,
272
  )