Benjamin Bossan commited on
Commit
2e519e5
·
1 Parent(s): 82fe48d

Remove a visual element

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -10,7 +10,6 @@ from start import start_input_form
10
  from edit import edit_input_form
11
 
12
  st.header("Skops model card creator")
13
- st.markdown("---")
14
 
15
  if not st.session_state.get("model_card"):
16
  start_input_form()
 
10
  from edit import edit_input_form
11
 
12
  st.header("Skops model card creator")
 
13
 
14
  if not st.session_state.get("model_card"):
15
  start_input_form()