manamisdiz commited on
Commit
e97d346
·
1 Parent(s): abcae31

Add application file

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -3,4 +3,10 @@ from transformers import pipeline
3
 
4
  print ("Loading model....")
5
 
6
- #Title and Description
 
 
 
 
 
 
 
3
 
4
  print ("Loading model....")
5
 
6
+ #Title and Description
7
+ st.title("programming language identification")
8
+ st.write("""
9
+ ### Powered bu Hugging Face and Streamlit
10
+ This app uses a pre-trained model from Hugging Face to identificate programming language.
11
+ Enter a programming language to determine what language it is!
12
+ """)