Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def main():
|
|
36 |
if st.button("Analyze"):
|
37 |
# Perform inference using the loaded model
|
38 |
score, label = score_and_visualize(input_text)
|
39 |
-
st.write("The input text is " label , " based.")
|
40 |
|
41 |
if __name__ == "__main__":
|
42 |
main()
|
|
|
36 |
if st.button("Analyze"):
|
37 |
# Perform inference using the loaded model
|
38 |
score, label = score_and_visualize(input_text)
|
39 |
+
st.write("The input text is " ,label , " based.")
|
40 |
|
41 |
if __name__ == "__main__":
|
42 |
main()
|