Update app.py
Browse files
app.py
CHANGED
@@ -32,8 +32,11 @@ st.set_page_config(
|
|
32 |
page_title="Welcome to :blue[FACTIFY - 5WQA]",
|
33 |
layout="wide"
|
34 |
)
|
|
|
35 |
|
36 |
-
st.
|
|
|
|
|
37 |
image = Image.open('5W QA Illustration.jpg')
|
38 |
st.image(image, caption='5W QA Generation Pipeline')
|
39 |
|
|
|
32 |
page_title="Welcome to :blue[FACTIFY - 5WQA]",
|
33 |
layout="wide"
|
34 |
)
|
35 |
+
st.markdown("<center> <h2> 5W Aspect-based Fact Verification through Question Answering :blue[Web Demo]", unsafe_allow_html=True)
|
36 |
|
37 |
+
#st.markdown("<center>Ask a question about the collapse of the Silicon Valley Bank (SVB).</center>", unsafe_allow_html=True)
|
38 |
+
|
39 |
+
#st.header('5W Aspect-based Fact Verification through Question Answering :blue[Web Demo]')
|
40 |
image = Image.open('5W QA Illustration.jpg')
|
41 |
st.image(image, caption='5W QA Generation Pipeline')
|
42 |
|