cgeorgiaw HF Staff commited on
Commit
ed8a41d
·
1 Parent(s): b9e1a9b

add labels about relaxation

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -327,14 +327,14 @@ def gradio_interface() -> gr.Blocks:
327
  except Exception as e:
328
  gr.Markdown(f"Leaderboard is empty or error loading: {str(e)}")
329
 
330
- gr.Markdown("Verified submissions mean the results came from a model submission rather than a CIF submission.")
331
 
332
  with gr.TabItem("❔About", elem_id="boundary-benchmark-tab-table"):
333
  gr.Markdown(
334
  """
335
  ## About LeMat-Gen-Bench
336
 
337
- **Welcome to the LeMat-Bench Leaderboard**, There are unconditional generation and conditional generation components of this leaderboard.
338
 
339
  """)
340
 
 
327
  except Exception as e:
328
  gr.Markdown(f"Leaderboard is empty or error loading: {str(e)}")
329
 
330
+ gr.Markdown("Verified submissions mean the results came from a model submission rather than a CIF submission. The lightening bolt (⚡) next to the model name indicates that the submitted structures were already relaxed.")
331
 
332
  with gr.TabItem("❔About", elem_id="boundary-benchmark-tab-table"):
333
  gr.Markdown(
334
  """
335
  ## About LeMat-Gen-Bench
336
 
337
+ **Welcome to the LeMat-Bench Leaderboard!** This leaderboard showcases generative models for materials discovery evaluated on the LeMat-Bench benchmark. Read more in our pre-print.
338
 
339
  """)
340