mabuseif commited on
Commit
fd1d30e
·
verified ·
1 Parent(s): 0bec026

Update app/components.py

Browse files
Files changed (1) hide show
  1. app/components.py +1 -1
app/components.py CHANGED
@@ -258,7 +258,7 @@ def display_component_tab(comp_type: str):
258
  submit = st.form_submit_button(f"{submit_label} {comp_singular}")
259
 
260
  with col2:
261
- cancel = st.form_submit_button("Cancel")
262
 
263
  # Handle form submission
264
  if submit:
 
258
  submit = st.form_submit_button(f"{submit_label} {comp_singular}")
259
 
260
  with col2:
261
+ cancel = st.form_submit_button("Refresh")
262
 
263
  # Handle form submission
264
  if submit: