pojitha commited on
Commit
ab18d21
1 Parent(s): ffb3c88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -84,6 +84,8 @@ pipeline.fit(X_train, y_train)
84
 
85
  st.title("Sinhala Hate Speech Detector")
86
 
 
 
87
  # Define the user input section
88
  user_input = st.text_input("Enter a sentence")
89
 
 
84
 
85
  st.title("Sinhala Hate Speech Detector")
86
 
87
+ st.markdown("Please refresh the page, before enter new setence")
88
+
89
  # Define the user input section
90
  user_input = st.text_input("Enter a sentence")
91