ki33elev commited on
Commit
d52f486
1 Parent(s): d6a7c3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -4,5 +4,7 @@ import streamlit as st
4
  def load_data():
5
  return
6
 
7
- st.title("## Arxiv articles classification")
8
- 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.")
 
 
 
4
  def load_data():
5
  return
6
 
7
+ st.title("Arxiv articles classification")
8
+ 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 that you provide summary if possible - this will result in a better prediction quality.")
9
+
10
+ st.text_area(label='Title')