Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def semanticComparativeClassificationCall(api_url: str):
|
|
63 |
},
|
64 |
})
|
65 |
|
66 |
-
st.write(output)
|
67 |
if "error" in output:
|
68 |
st.write(output["error"])
|
69 |
else:
|
|
|
63 |
},
|
64 |
})
|
65 |
|
66 |
+
#st.write(output)
|
67 |
if "error" in output:
|
68 |
st.write(output["error"])
|
69 |
else:
|