ki33elev's picture
Update app.py
d6a7c3c
raw
history blame
374 Bytes
import streamlit as st
@st.cache(suppress_st_warning=True)
def load_data():
return
st.title("## Arxiv articles classification")
st.markdown("This is an interface that can determine the article's topic based on its title and summary. Though it can work with title only, it is recommended to provide summary if possible - this will result in a better prediction quality.")