manamisdiz commited on
Commit
d19fe76
·
1 Parent(s): a1e0e22

Add application file

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -18,3 +18,6 @@ def load_model():
18
  return pipeline("text-classification", model="huggingface/CodeBERTa-language-id")
19
 
20
  language_identificator = load_model()
 
 
 
 
18
  return pipeline("text-classification", model="huggingface/CodeBERTa-language-id")
19
 
20
  language_identificator = load_model()
21
+
22
+ # Input Test from User
23
+ user_input = st.text_area("Enter some code to analyze",)