piotr-szleg-bards-ai commited on
Commit
cdd2487
·
1 Parent(s): c1a2659

2024-03-05 14:00:40 Publish script update

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -265,11 +265,11 @@ Mainly OpenAI's GPT models and Google's Palm 2.
265
  )
266
  with gr.Column():
267
  dropdown = gr.Dropdown(choices.tolist(), label="First model for comparison", value=choices.iloc[0])
268
- plot_element, plot = display_plot(combined_plots.iloc[0])
269
  handle_dropdown(dropdown, plot_element)
270
  with gr.Column():
271
  dropdown = gr.Dropdown(choices.tolist(), label="Second model for comparison", value=choices.iloc[1])
272
- plot_element, plot = display_plot(combined_plots.iloc[1])
273
  handle_dropdown(dropdown, plot_element)
274
  gr.Markdown("""
275
  Radial plots are used to compare the most important aspects of each model researched on this board using single images.
 
265
  )
266
  with gr.Column():
267
  dropdown = gr.Dropdown(choices.tolist(), label="First model for comparison", value=choices.iloc[0])
268
+ plot_element, plot = display_plot(combined_plots.iloc[3])
269
  handle_dropdown(dropdown, plot_element)
270
  with gr.Column():
271
  dropdown = gr.Dropdown(choices.tolist(), label="Second model for comparison", value=choices.iloc[1])
272
+ plot_element, plot = display_plot(combined_plots.iloc[4])
273
  handle_dropdown(dropdown, plot_element)
274
  gr.Markdown("""
275
  Radial plots are used to compare the most important aspects of each model researched on this board using single images.