Towhidul commited on
Commit
26968e1
1 Parent(s): e2fe7c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import streamlit as st
 
2
 
3
  st.set_page_config(page_title="FACTOID: FACtual enTailment fOr hallucInation Detection", layout="wide")
4
  st.title('Welcome to :blue[FACTOID] ')
 
1
  import streamlit as st
2
+ from PIL import Image
3
 
4
  st.set_page_config(page_title="FACTOID: FACtual enTailment fOr hallucInation Detection", layout="wide")
5
  st.title('Welcome to :blue[FACTOID] ')