Update app.py
Browse files
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]),
|
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")
|