Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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')
|