danielz02 commited on
Commit
59a90d5
1 Parent(s): 8e98a05

Fix formatting of context sections

Browse files
Files changed (1) hide show
  1. src/display/about.py +3 -1
src/display/about.py CHANGED
@@ -33,7 +33,9 @@ platform [DecodingTrust](https://decodingtrust.github.io/)."""
33
 
34
  # Which evaluations are you running? how can people reproduce what you have?
35
  LLM_BENCHMARKS_TEXT = f"""
36
- ## Context As LLMs have demonstrated impressive capabilities and are being deployed in
 
 
37
  high-stakes domains such as healthcare, transportation, and finance, understanding the safety, limitations,
38
  and potential risks of LLMs is crucial.
39
 
 
33
 
34
  # Which evaluations are you running? how can people reproduce what you have?
35
  LLM_BENCHMARKS_TEXT = f"""
36
+ ## Context
37
+
38
+ As LLMs have demonstrated impressive capabilities and are being deployed in
39
  high-stakes domains such as healthcare, transportation, and finance, understanding the safety, limitations,
40
  and potential risks of LLMs is crucial.
41