ssbars commited on
Commit
2989d17
Β·
1 Parent(s): 8a1304d

Add Hugging Face Spaces configuration

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # πŸ“š Academic Paper Classifier
2
 
3
  This Streamlit application helps classify academic papers into different categories using a BERT-based model.
 
1
+ ---
2
+ title: Paper Classifier
3
+ emoji: πŸ“š
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: streamlit
7
+ sdk_version: "1.32.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # πŸ“š Academic Paper Classifier
13
 
14
  This Streamlit application helps classify academic papers into different categories using a BERT-based model.