Benjamin Bossan commited on
Commit
132e2aa
1 Parent(s): 2e519e5

Add an explanation

Browse files
Files changed (1) hide show
  1. start.py +1 -0
start.py CHANGED
@@ -182,6 +182,7 @@ def start_input_form():
182
  )
183
  st.markdown("---")
184
 
 
185
  col_0, col_1, col_2 = st.columns([2, 2, 2])
186
  with col_0:
187
  st.button("Create a new skops model card", on_click=create_skops_model_card)
 
182
  )
183
  st.markdown("---")
184
 
185
+ st.markdown("Choose one of the options below to get started:")
186
  col_0, col_1, col_2 = st.columns([2, 2, 2])
187
  with col_0:
188
  st.button("Create a new skops model card", on_click=create_skops_model_card)