Ludvig commited on
Commit
fd13c9f
1 Parent(s): 8dd9b7b
Files changed (1) hide show
  1. text_sections.py +3 -4
text_sections.py CHANGED
@@ -75,7 +75,8 @@ def intro_text():
75
  "machine learning model's performance on a classification task. "
76
  "This application enables you to plot a confusion matrix on your own data, "
77
  "**without a single line of code**. \n\n"
78
- "It's designed for high flexibility AND quick results with good default settings.\n\n"
 
79
  )
80
  with col2:
81
  st.image(
@@ -201,7 +202,5 @@ def design_text():
201
  "change the relative size of the elements. Try adjusting 100px at a "
202
  "time for a start."
203
  )
204
- st.write(
205
- "Get designing!"
206
- )
207
  st.write("")
 
75
  "machine learning model's performance on a classification task. "
76
  "This application enables you to plot a confusion matrix on your own data, "
77
  "**without a single line of code**. \n\n"
78
+ "It's designed for high flexibility AND quick results with "
79
+ "templates and good default settings.\n\n"
80
  )
81
  with col2:
82
  st.image(
 
202
  "change the relative size of the elements. Try adjusting 100px at a "
203
  "time for a start."
204
  )
205
+ st.write("Get designing!")
 
 
206
  st.write("")