Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -54,5 +54,9 @@ def semanticComparativeClassification():
|
|
54 |
return output
|
55 |
|
56 |
|
57 |
-
x = st.slider('Select a value')
|
58 |
-
st.write(x, 'squared is', x * x)
|
|
|
|
|
|
|
|
|
|
54 |
return output
|
55 |
|
56 |
|
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')
|