Update app.py
Browse files
app.py
CHANGED
@@ -700,7 +700,7 @@ Leaderboard.postprocess = postprocess
|
|
700 |
####################################################################################################
|
701 |
|
702 |
with gr.Blocks() as app:
|
703 |
-
gr.Markdown("# BRIDGE (Benchmarking Large Language Models
|
704 |
|
705 |
with gr.Tabs():
|
706 |
with gr.Tab("README"):
|
|
|
700 |
####################################################################################################
|
701 |
|
702 |
with gr.Blocks() as app:
|
703 |
+
gr.Markdown("# BRIDGE (Benchmarking Large Language Models for Understanding Real-world Clinical Practice Text)")
|
704 |
|
705 |
with gr.Tabs():
|
706 |
with gr.Tab("README"):
|