Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def semanticComparativeClassificationCall(api_url: str):
|
|
52 |
},
|
53 |
})
|
54 |
|
55 |
-
st.write(output)
|
56 |
if "error" in output:
|
57 |
st.write(output["error"])
|
58 |
else:
|
|
|
52 |
},
|
53 |
})
|
54 |
|
55 |
+
#st.write(output)
|
56 |
if "error" in output:
|
57 |
st.write(output["error"])
|
58 |
else:
|