Spaces:
Sleeping
Sleeping
Update app/components.py
Browse files- 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("
|
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:
|