Niklas Hoepner commited on
Commit
e40a01a
·
1 Parent(s): e3b74d4

Tried fixing display of equation

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -62,10 +62,8 @@ with gr.Blocks() as demo:
62
 
63
  ---""")
64
 
65
- gr.Markdown("## 🧮 Scoring Logic")
66
- gr.Markdown(r"Let $l_{\text{yes}}$ and $l_{\text{no}}$ be the log-probabilities of 'Yes' and 'No', respectively.",latex_delimiters=[ {"left": "$", "right": "$", "display": False }])
67
-
68
-
69
  gr.Markdown(r"""
70
  - If neither token is in the top-5:
71
 
 
62
 
63
  ---""")
64
 
65
+ gr.Markdown(""" ## 🧮 Scoring Logic""")
66
+ gr.Markdown(r"""Let $l_{\text{yes}}$ and $l_{\text{no}}$ be the log-probabilities of 'Yes' and 'No', respectively.""",latex_delimiters=[ {"left": "$", "right": "$", "display": False }])
 
 
67
  gr.Markdown(r"""
68
  - If neither token is in the top-5:
69