sumuks commited on
Commit
bb3eb40
·
verified ·
1 Parent(s): 3b02faa

Update frontend/src/components/Intro.jsx

Browse files
Files changed (1) hide show
  1. frontend/src/components/Intro.jsx +1 -1
frontend/src/components/Intro.jsx CHANGED
@@ -42,7 +42,7 @@ const Intro = () => {
42
  YourBench is an <b>open-source framework</b> for generating{" "}
43
  <b>domain-specific benchmarks</b> in a <b>zero-shot</b> manner. It aims
44
  to keep your large language models on their toes—even as new data
45
- sources, domains, and knowledge demands evolve.
46
  </Typography>
47
  </Box>
48
  );
 
42
  YourBench is an <b>open-source framework</b> for generating{" "}
43
  <b>domain-specific benchmarks</b> in a <b>zero-shot</b> manner. It aims
44
  to keep your large language models on their toes—even as new data
45
+ sources, domains, and knowledge demands evolve. Currently, this is an extremely minimal demo. To unlock the full capabilities, please visit our GitHub!
46
  </Typography>
47
  </Box>
48
  );