Poe Dator commited on
Commit
c6fe4eb
·
1 Parent(s): 075a493

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -94,14 +94,13 @@ st.write('test application for ML-2 class, YSDA-2022' )
94
 
95
  comment = """
96
  this application estimates probability that certain article belongs to one of the following classes based on Arxiv Category Taxonomy:
97
-
98
  - 'cs.NE': 'Neural and Evolutionary Computing',
99
  - 'cs.CL': 'Computation and Language',
100
  - 'cs.AI': 'Artificial Intelligence',
101
  - 'stat.ML': 'Machine Learning (stat)',
102
  - 'cs.CV': 'Computer Vision',
103
  - 'cs.LG': 'Machine Learning' """.replace("'", '')
104
- st.markdown()
105
 
106
  text1 = st.text_area("ENTER ARTICLE TITLE HERE")
107
  text2 = st.text_area("ENTER ARTICLE ABSTRACT HERE")
 
94
 
95
  comment = """
96
  this application estimates probability that certain article belongs to one of the following classes based on Arxiv Category Taxonomy:
 
97
  - 'cs.NE': 'Neural and Evolutionary Computing',
98
  - 'cs.CL': 'Computation and Language',
99
  - 'cs.AI': 'Artificial Intelligence',
100
  - 'stat.ML': 'Machine Learning (stat)',
101
  - 'cs.CV': 'Computer Vision',
102
  - 'cs.LG': 'Machine Learning' """.replace("'", '')
103
+ st.markdown(comment)
104
 
105
  text1 = st.text_area("ENTER ARTICLE TITLE HERE")
106
  text2 = st.text_area("ENTER ARTICLE ABSTRACT HERE")