Update app.py
Browse files
app.py
CHANGED
|
@@ -11,8 +11,8 @@ st.set_page_config(page_title="FACTOID: FACtual enTailment fOr hallucInation Det
|
|
| 11 |
st.title('Welcome to :blue[FACTOID] ')
|
| 12 |
|
| 13 |
st.header('FACTOID: FACtual enTailment fOr hallucInation Detection :blue[Web Demo]')
|
| 14 |
-
image = Image.open('image.png')
|
| 15 |
-
st.image(image, caption='Traditional Entailment vs Factual Entailment')
|
| 16 |
pdf_viewer(input="fac.pdf", width=700)
|
| 17 |
|
| 18 |
# List of sentences
|
|
|
|
| 11 |
st.title('Welcome to :blue[FACTOID] ')
|
| 12 |
|
| 13 |
st.header('FACTOID: FACtual enTailment fOr hallucInation Detection :blue[Web Demo]')
|
| 14 |
+
#image = Image.open('image.png')
|
| 15 |
+
#st.image(image, caption='Traditional Entailment vs Factual Entailment')
|
| 16 |
pdf_viewer(input="fac.pdf", width=700)
|
| 17 |
|
| 18 |
# List of sentences
|