Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kuaaangwen
/
auto-grader
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kuaaangwen
commited on
Dec 29, 2021
Commit
68b6bdf
·
1 Parent(s):
5241bce
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -38,4 +38,4 @@ if submit_button:
38
39
40
st.write('Similarity between {} and {} is {}%'.format(sentence_1,
41
-
sentence_2, cos_sim)
38
39
40
st.write('Similarity between {} and {} is {}%'.format(sentence_1,
41
+
sentence_2, cos_sim)
)