jiangjiechen commited on
Commit
1151a3a
1 Parent(s): f62e242

improved layout

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -113,6 +113,7 @@ def run(claim):
113
  # 'claim_veracity': 'SUPPORT'
114
  # }
115
  js = loren.check(claim)
 
116
  ev_html = gradio_formatter(js, 'e')
117
  z_html = gradio_formatter(js, 'z')
118
  return js['claim_veracity'], z_html, ev_html, js
 
113
  # 'claim_veracity': 'SUPPORT'
114
  # }
115
  js = loren.check(claim)
116
+ loren.logger.warning(str(js))
117
  ev_html = gradio_formatter(js, 'e')
118
  z_html = gradio_formatter(js, 'z')
119
  return js['claim_veracity'], z_html, ev_html, js