monet9736 commited on
Commit
d167d54
·
verified ·
1 Parent(s): ee11eb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ with col1:
171
  router_groups = [f"Routing Group {i}" for i in range(len(examples_tables))]
172
  router_index = st.selectbox("Expert Routing Group", router_groups, index=4)
173
  with col2:
174
- expert_id = st.number_input("Expert Index", 0, len(examples_tables[0]), 54136)
175
 
176
  with st_horizontal():
177
  show_btn = st.button("Show")
 
171
  router_groups = [f"Routing Group {i}" for i in range(len(examples_tables))]
172
  router_index = st.selectbox("Expert Routing Group", router_groups, index=4)
173
  with col2:
174
+ expert_id = st.number_input("Expert Index", 0, len(examples_tables[0]), 52338)
175
 
176
  with st_horizontal():
177
  show_btn = st.button("Show")