graredcr commited on
Commit
1af9ff5
·
1 Parent(s): b2ab0e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -57,6 +57,9 @@ def semanticComparativeClassification():
57
  #x = st.slider('Select a value')
58
  #st.write(x, 'squared is', x * x)
59
 
60
- semanticComparativeClassification()
 
 
 
61
  st.title('Uber pickups in NYC')
62
  st.components.v1.html('sadasffas')
 
57
  #x = st.slider('Select a value')
58
  #st.write(x, 'squared is', x * x)
59
 
60
+ x = semanticComparativeClassification()
61
+
62
+ for i in x:
63
+ print i
64
  st.title('Uber pickups in NYC')
65
  st.components.v1.html('sadasffas')