Spaces:
Running
Running
Add row to control 2-column view in Contributions
Browse files
app.py
CHANGED
|
@@ -103,18 +103,19 @@ def main():
|
|
| 103 |
- Click on the "Refresh Data" button in this app, and you will see your model's results.
|
| 104 |
"""
|
| 105 |
)
|
| 106 |
-
with gr.
|
| 107 |
-
gr.
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
gr.
|
|
|
|
| 118 |
|
| 119 |
gr.Markdown("# About Metric")
|
| 120 |
gr.Markdown(
|
|
|
|
| 103 |
- Click on the "Refresh Data" button in this app, and you will see your model's results.
|
| 104 |
"""
|
| 105 |
)
|
| 106 |
+
with gr.Row():
|
| 107 |
+
with gr.Column():
|
| 108 |
+
gr.Markdown("## Contributing")
|
| 109 |
+
gr.Markdown(
|
| 110 |
+
"""
|
| 111 |
+
You can contribute to this benchmark in several ways:
|
| 112 |
+
- Provide API credits for evaluating additional API-based models.
|
| 113 |
+
- Citing our work in your research and publications.
|
| 114 |
+
- Contributing to the development of the benchmark itself with data or with evaluation results.
|
| 115 |
+
"""
|
| 116 |
+
)
|
| 117 |
+
with gr.Column():
|
| 118 |
+
gr.Image("logo.png", width=200, show_label=False, show_download_button=False, show_fullscreen_button=False, show_share_button=False)
|
| 119 |
|
| 120 |
gr.Markdown("# About Metric")
|
| 121 |
gr.Markdown(
|