sarangs commited on
Commit
53cf9fc
1 Parent(s): e5bec09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()