IliaLarchenko commited on
Commit
b5654c8
1 Parent(s): 9c929c7

added comment about refreshing

Browse files
Files changed (1) hide show
  1. src/app.py +3 -0
src/app.py CHANGED
@@ -79,6 +79,9 @@ def main():
79
  width=width_transformed,
80
  )
81
 
 
 
 
82
  # random values used to get transformations
83
  show_random_params(data, interface_type)
84
 
 
79
  width=width_transformed,
80
  )
81
 
82
+ # comment about refreshing
83
+ st.write("*Press 'R' to refresh*")
84
+
85
  # random values used to get transformations
86
  show_random_params(data, interface_type)
87