MartinKosela commited on
Commit
07e580e
1 Parent(s): 187629c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ if st.button("Next", key="next_to_dataset"):
66
  st.session_state.show_dataset_description = True
67
 
68
  if 'show_dataset_description' in st.session_state and st.session_state.show_dataset_description:
69
- st.markdown("<h4 style='font-size:20px;'>Detail Your Model's Training Dataset:</h4>", unsafe_allow_html=True)
70
  dataset_description = st.text_area("", key="dataset_description")
71
 
72
  if st.button("Recommend AI Model", key="recommend_model_button"):
 
66
  st.session_state.show_dataset_description = True
67
 
68
  if 'show_dataset_description' in st.session_state and st.session_state.show_dataset_description:
69
+ st.markdown("<h4 style='font-size:20px;'>Describe training dataset you will use:</h4>", unsafe_allow_html=True)
70
  dataset_description = st.text_area("", key="dataset_description")
71
 
72
  if st.button("Recommend AI Model", key="recommend_model_button"):