kmfoda commited on
Commit
1548d6f
·
1 Parent(s): b4e9b7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -115,6 +115,8 @@ with demo:
115
  title = gr.Markdown(value=f"""# <p style="text-align: center;"> Bittensor LMEH Leaderboard</p>""")
116
  with gr.Row():
117
  table_1 = gr.Dataframe(pd.DataFrame(final_total_results))
 
 
118
  with gr.Row():
119
  table_2 = gr.Dataframe(df)
120
  # with gr.Row(visible = False):
 
115
  title = gr.Markdown(value=f"""# <p style="text-align: center;"> Bittensor LMEH Leaderboard</p>""")
116
  with gr.Row():
117
  table_1 = gr.Dataframe(pd.DataFrame(final_total_results))
118
+ with gr.Row():
119
+ title = gr.Markdown(value=f"""# <p style="text-align: center;"> Top 5 N/As</p>""")
120
  with gr.Row():
121
  table_2 = gr.Dataframe(df)
122
  # with gr.Row(visible = False):