strangekitten's picture
Create app.py
02ea321
raw
history blame
No virus
375 Bytes
import streamlit as st
st.markdown("## Classifying articles on computer science!")
st.markdown("<img width=400px src='https://img.freepik.com/free-photo/young-pretty-student-overwhelmed-with-books_272645-183.jpg?size=626&ext=jpg'>", unsafe_allow_html=True)
title = st.text_area("Enter the title of the article")
abstract = st.text_area("Enter the abstract of the article")