xuandin commited on
Commit
cb3502f
·
verified ·
1 Parent(s): 7264a9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -260,11 +260,6 @@ with st.container():
260
  <p class='verdict'><span class='verdict-icon'>{verdict_icons.get(res['verdict'], '')}</span>{res['verdict']}</p>
261
  <p><strong>Evidence Inference Time:</strong> {res['evidence_time']:.2f} seconds</p>
262
  <p><strong>Verdict Inference Time:</strong> {res['verdict_time']:.2f} seconds</p>
263
- <p><strong>Total Execution Time:</strong> {res['total_time']:.2f} seconds</p>
264
- <p><strong>QATC Model:</strong> {res['qatc_model']}</p>
265
- <p><strong>Binary Classification Model:</strong> {res['bc_model']}</p>
266
- <p><strong>3-Class Classification Model:</strong> {res['tc_model']}</p>
267
- {res['details']}
268
  </div>
269
  """, unsafe_allow_html=True)
270
  # Download Verification Result Feature
 
260
  <p class='verdict'><span class='verdict-icon'>{verdict_icons.get(res['verdict'], '')}</span>{res['verdict']}</p>
261
  <p><strong>Evidence Inference Time:</strong> {res['evidence_time']:.2f} seconds</p>
262
  <p><strong>Verdict Inference Time:</strong> {res['verdict_time']:.2f} seconds</p>
 
 
 
 
 
263
  </div>
264
  """, unsafe_allow_html=True)
265
  # Download Verification Result Feature