singhk28 commited on
Commit
47d6d33
1 Parent(s): e0eb47b

Change training set cap to 10k

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -231,4 +231,6 @@ if uploaded_file:
231
  # ---------------------------------------------------------------------------------------------------------------------- #
232
  # Build Classifier Model
233
  if mod_type == "classifier":
234
- st.write('Classifier is not currently implemented.')
 
 
 
231
  # ---------------------------------------------------------------------------------------------------------------------- #
232
  # Build Classifier Model
233
  if mod_type == "classifier":
234
+ st.write('Classifier is not currently implemented.')
235
+
236
+ st.markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=singhk28_nocodeml)")