taquynhnga commited on
Commit
5111c0a
1 Parent(s): b91665e

Update pages/2_SmoothGrad.py

Browse files
Files changed (1) hide show
  1. pages/2_SmoothGrad.py +1 -1
pages/2_SmoothGrad.py CHANGED
@@ -38,7 +38,7 @@ These 3 models have similar number of parameters.
38
  2. Choose type of Image set: There are 2 types of Image set. They are _User-defined set_ and _Random set_.
39
  3. Image set setting: If users choose _User-defined set_ in Image set,
40
  users need to enter a list of image IDs separated by commas (,). For example, `0,1,4,7` is a valid input.
41
- Check the page **ImageNet1k** (in the side bar) to see all the Image IDs.
42
  If users choose _Random set_ in Image set, users just need to choose the number of random images to display here.
43
  """
44
  with st.expander("See more instruction", expanded=False):
 
38
  2. Choose type of Image set: There are 2 types of Image set. They are _User-defined set_ and _Random set_.
39
  3. Image set setting: If users choose _User-defined set_ in Image set,
40
  users need to enter a list of image IDs separated by commas (,). For example, `0,1,4,7` is a valid input.
41
+ Check the page [ImageNet1k](/ImageNet1k) to see all the Image IDs.
42
  If users choose _Random set_ in Image set, users just need to choose the number of random images to display here.
43
  """
44
  with st.expander("See more instruction", expanded=False):