Mhassanen commited on
Commit
63fe265
·
verified ·
1 Parent(s): fd59bd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ st.markdown('<div style="position: absolute; top: 5px; left: 5px;"></div>', unsa
54
 
55
  st.title("Paper Citation Classifier")
56
 
57
- option = st.radio("Select input type:", ("Text 📝", "PDF 📕"))
58
 
59
  if option == "Text":
60
  title_input = st.text_area("Enter Title:")
 
54
 
55
  st.title("Paper Citation Classifier")
56
 
57
+ option = st.radio("Select input type:", ("Text", "PDF"))
58
 
59
  if option == "Text":
60
  title_input = st.text_area("Enter Title:")