Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -677,5 +677,17 @@ def calculate_similarity(text1, text2):
|
|
677 |
matcher = SequenceMatcher(None, text1, text2)
|
678 |
return matcher.ratio()
|
679 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
680 |
if __name__ == "__main__":
|
681 |
main()
|
|
|
677 |
matcher = SequenceMatcher(None, text1, text2)
|
678 |
return matcher.ratio()
|
679 |
|
680 |
+
st.html= """
|
681 |
+
----
|
682 |
+
<iframe
|
683 |
+
src="https://noumanjavaid-aidetection-gr.hf.space"
|
684 |
+
frameborder="0"
|
685 |
+
width="850"
|
686 |
+
height="450"
|
687 |
+
></iframe>
|
688 |
+
|
689 |
+
----
|
690 |
+
"""
|
691 |
+
|
692 |
if __name__ == "__main__":
|
693 |
main()
|