Alex Martin commited on
Commit
d2159ad
1 Parent(s): 2801e71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -22,5 +22,8 @@ if(button):
22
  pipe = pipeline("text-classification", model)
23
  results = pipe(text)
24
  st.write(results)
 
 
 
25
 
26
 
 
22
  pipe = pipeline("text-classification", model)
23
  results = pipe(text)
24
  st.write(results)
25
+
26
+ #TODO: DOCUMENT CODE
27
+ #TODO: MAKE THE OUTPUT PRETTIER
28
 
29