magilogi
commited on
Commit
Β·
56ee763
1
Parent(s):
0e41e85
need a better way to explain scores
Browse files
app.py
CHANGED
@@ -68,8 +68,8 @@ def create_scatter_plot(df, x_col, y_col, title, x_title, y_title):
|
|
68 |
with gr.Blocks(css="custom.css") as demo:
|
69 |
with gr.Column():
|
70 |
gr.Markdown(
|
71 |
-
"""<div style="text-align: center;"><h1> <span style='color: #
|
72 |
-
<span style='color: #
|
73 |
)
|
74 |
with gr.Row():
|
75 |
gr.Markdown(""" """)
|
|
|
68 |
with gr.Blocks(css="custom.css") as demo:
|
69 |
with gr.Column():
|
70 |
gr.Markdown(
|
71 |
+
"""<div style="text-align: center;"><h1> <span style='color: #E6B800;'>π° RABBITS:</span> <span style='color: #E6B800;'>R</span>obust <span style='color: #E6B800;'>A</span>ssessment of <span style='color: #E6B800;'>B</span>iomedical <span style='color: #E6B800;'>B</span>enchmarks <span style='color: #E6B800;'>I</span>nvolving drug
|
72 |
+
<span style='color: #E6B800;'>T</span>erm <span style='color: #E6B800;'>S</span>ubstitutions for Language Models <span style='color: #E6B800;'></span></h1></div>"""
|
73 |
)
|
74 |
with gr.Row():
|
75 |
gr.Markdown(""" """)
|