sdbrgo commited on
Commit
69c9707
·
verified ·
1 Parent(s): 136512a

Update app.py

Browse files

display_row_numbers to show_row_numbers

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ with gr.Blocks() as demo:
64
  gr.Markdown("## 📊🗨️ Public Sentiments")
65
  sorted_sentiments_output = gr.DataFrame(
66
  show_label=True,
67
- display_row_numbers=True,
68
  height=300,
69
  interactive=False,
70
  wrap=True
 
64
  gr.Markdown("## 📊🗨️ Public Sentiments")
65
  sorted_sentiments_output = gr.DataFrame(
66
  show_label=True,
67
+ show_row_numbers=True,
68
  height=300,
69
  interactive=False,
70
  wrap=True