litagin commited on
Commit
1215af3
Β·
1 Parent(s): a8e7f57

Disable numbering

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -63,7 +63,6 @@ with gr.Blocks() as app:
63
  table = gr.Dataframe(
64
  value=[[n] for n in all_names_state.value],
65
  headers=["game_name"],
66
- show_row_numbers=True,
67
  )
68
  with gr.Column(scale=2):
69
  title_md = gr.Markdown("## γ‚²γƒΌγƒ γ‚’γ‚―γƒͺックしてください")
 
63
  table = gr.Dataframe(
64
  value=[[n] for n in all_names_state.value],
65
  headers=["game_name"],
 
66
  )
67
  with gr.Column(scale=2):
68
  title_md = gr.Markdown("## γ‚²γƒΌγƒ γ‚’γ‚―γƒͺックしてください")