Spaces:
Sleeping
Sleeping
manamisdiz
commited on
Commit
·
a09c804
1
Parent(s):
c525698
Add application file
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ language_identificator = load_model()
|
|
23 |
user_input = st.text_area("Enter some code to analyze",)
|
24 |
|
25 |
#Identificate language
|
26 |
-
if st.button("Identificate Language")
|
27 |
print("button click")
|
28 |
if user_input.strip():
|
29 |
result = language_identificator(user_input)[0]
|
|
|
23 |
user_input = st.text_area("Enter some code to analyze",)
|
24 |
|
25 |
#Identificate language
|
26 |
+
if st.button("Identificate Language"):
|
27 |
print("button click")
|
28 |
if user_input.strip():
|
29 |
result = language_identificator(user_input)[0]
|