allenpark commited on
Commit
7feb127
·
1 Parent(s): 0cc013f

fix: logo and description width

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -61,7 +61,7 @@ EXAMPLES = [
61
 
62
  HEADER = """
63
  <div style="width: 100%; display: flex; flex-direction: column; gap: 24px; padding-top: 24px; position: relative">
64
- <img src="https://postimage.me/images/2024/12/19/ICONGLIDER.md.png" width="400" style="position: absolute; top: 0; right: 12px">
65
  <div style="display: flex; justify-content: space-between; z-index: 1;">
66
  <a href="https://www.patronus.ai">
67
  <img src="https://postimage.me/images/2024/12/19/patronuslogo-white.png" width="250">
@@ -84,10 +84,10 @@ HEADER = """
84
  </div>
85
  </div>
86
  <br>
87
- <div style="color: #fff !important; width: 60%"><span style="color: inherit; font-weight: 600">GLIDER</span> is a powerful 3B evaluator LLM that can score any text input and associated context on arbitrary user defined criteria.</div>
 
 
88
  <br>
89
- <div style="color: #fff !important; width: 60%;"><span style="color: inherit; font-weight: 600">Getting Started</span>: First, provide a model output (text generated by your model) and user input (text used to prompt your model) and optionally a gold answer (label or gold answer to the prompt) and retrieved context (context used for text generated by your model). Next, provide a pass criteria (description of a passing evaluation). Finally, provide an optional rubric (scoring scales with explanations) and then click submit. The GLIDER Output panel will provide a score and reasoning which is a human readable explanation of the score.</div>
90
-
91
  """
92
 
93
  EXAMPLES_HEADER = """
 
61
 
62
  HEADER = """
63
  <div style="width: 100%; display: flex; flex-direction: column; gap: 24px; padding-top: 24px; position: relative">
64
+ <img src="https://postimage.me/images/2024/12/19/ICONGLIDER.md.png" width="400" style="position: absolute; top: 0; right: 0">
65
  <div style="display: flex; justify-content: space-between; z-index: 1;">
66
  <a href="https://www.patronus.ai">
67
  <img src="https://postimage.me/images/2024/12/19/patronuslogo-white.png" width="250">
 
84
  </div>
85
  </div>
86
  <br>
87
+ <div style="color: #fff !important; width: 70%"><span style="color: inherit; font-weight: 600">GLIDER</span> is a powerful 3B evaluator LLM that can score any text input and associated context on arbitrary user defined criteria.</div>
88
+ <br>
89
+ <div style="color: #fff !important; width: 70%;"><span style="color: inherit; font-weight: 600">Getting Started</span>: First, provide a model output (text generated by your model) and user input (text used to prompt your model) and optionally a gold answer (label or gold answer to the prompt) and retrieved context (context used for text generated by your model). Next, provide a pass criteria (description of a passing evaluation). Finally, provide an optional rubric (scoring scales with explanations) and then click submit. The GLIDER Output panel will provide a score and reasoning which is a human readable explanation of the score.</div>
90
  <br>
 
 
91
  """
92
 
93
  EXAMPLES_HEADER = """