Rksafaryan commited on
Commit
4972136
·
1 Parent(s): 1431e4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
 
3
  st.markdown("### Article Classifier")
4
- st.markdown("<img src='https://media.istockphoto.com/photos/funny-cat-is-studying-chemistry-picture-id526831620'>", unsafe_allow_html=True)
5
  st.markdown("This is a tool for classifying article category by it's title and summary. \n Follow the instructions below")
6
  from transformers import AutoTokenizer, AutoModelForSequenceClassification, pipeline
7
  import torch
 
1
  import streamlit as st
2
 
3
  st.markdown("### Article Classifier")
4
+ st.markdown("<img width=200px src='https://media.istockphoto.com/photos/funny-cat-is-studying-chemistry-picture-id526831620'>", unsafe_allow_html=True)
5
  st.markdown("This is a tool for classifying article category by it's title and summary. \n Follow the instructions below")
6
  from transformers import AutoTokenizer, AutoModelForSequenceClassification, pipeline
7
  import torch