jsr90 commited on
Commit
b7bf856
·
verified ·
1 Parent(s): c493e65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,4 +31,4 @@ else:
31
 
32
  table = pd.json_normalize(records)[columns_to_display]
33
 
34
- st.dataframe(table, use_container_width=True, hide_index=True)
 
31
 
32
  table = pd.json_normalize(records)[columns_to_display]
33
 
34
+ st.dataframe(table, use_container_width=True)