dipta007 commited on
Commit
84ce39f
1 Parent(s): 94546d6

fix next button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def show_data():
90
 
91
  if st.button("Next", disabled=not done):
92
  id = file_id + 1
93
- st.experimental_set_query_params(id=id)
94
  st.experimental_rerun()
95
 
96
 
 
90
 
91
  if st.button("Next", disabled=not done):
92
  id = file_id + 1
93
+ st.experimental_set_query_params(id4=id)
94
  st.experimental_rerun()
95
 
96