graredcr commited on
Commit
07a752d
·
1 Parent(s): 0963dd6

Update app.py

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