Hrant commited on
Commit
a2c56f4
·
verified ·
1 Parent(s): f4b3542

Add row to control 2-column view in Contributions

Browse files
Files changed (1) hide show
  1. app.py +13 -12
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.Column():
107
- gr.Markdown("## Contributing")
108
- gr.Markdown(
109
- """
110
- You can contribute to this benchmark in several ways:
111
- - Provide API credits for evaluating additional API-based models.
112
- - Citing our work in your research and publications.
113
- - Contributing to the development of the benchmark itself with data or with evaluation results.
114
- """
115
- )
116
- with gr.Column():
117
- gr.Image("logo.png", width=200, show_label=False, show_download_button=False, show_fullscreen_button=False, show_share_button=False)
 
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(