shchuro commited on
Commit
0ea885d
·
1 Parent(s): e1ca246

Interactive

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ Hello world
14
  with gr.Blocks() as demo:
15
  with gr.Tab("Leaderboard"):
16
  gr.Markdown("## Leaderboard")
17
- gr.Dataframe(value=df, interactive=False)
18
 
19
  with gr.Tab("About"):
20
  gr.Markdown(markdown_text)
 
14
  with gr.Blocks() as demo:
15
  with gr.Tab("Leaderboard"):
16
  gr.Markdown("## Leaderboard")
17
+ gr.Dataframe(value=df, interactive=True)
18
 
19
  with gr.Tab("About"):
20
  gr.Markdown(markdown_text)