graredcr commited on
Commit
1a4379d
1 Parent(s): ea1d70b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: