Update app.py
Browse files
app.py
CHANGED
@@ -312,8 +312,8 @@ with tab1:
|
|
312 |
with tab2:
|
313 |
st.markdown('<div class="tab-content">', unsafe_allow_html=True)
|
314 |
|
315 |
-
st.markdown('<div class="title"
|
316 |
-
|
317 |
st.image(image, use_column_width=True)
|
318 |
|
319 |
st.markdown('### VERIFY: A Pipeline for Factuality Evaluation')
|
|
|
312 |
with tab2:
|
313 |
st.markdown('<div class="tab-content">', unsafe_allow_html=True)
|
314 |
|
315 |
+
# st.markdown('<div class="title"></div>',
|
316 |
+
# unsafe_allow_html=True)
|
317 |
st.image(image, use_column_width=True)
|
318 |
|
319 |
st.markdown('### VERIFY: A Pipeline for Factuality Evaluation')
|