Update app.py
Browse filesdisplay_row_numbers to show_row_numbers
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 |
-
|
| 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
|