jaimin commited on
Commit
fc1d4ac
1 Parent(s): 1950194

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def predict_sentiment(input_text):
68
 
69
  # Streamlit web app
70
  def main():
71
- st.title("Analisis Sentimen Aplikasi ChatGPT", anchor=False)
72
  tweet_text = st.text_area(" ", placeholder="Enter the sentence you want to analyze", label_visibility="collapsed")
73
 
74
  if st.button("SUBMIT"):
 
68
 
69
  # Streamlit web app
70
  def main():
71
+ st.title("Sentimen Analysis", anchor=False)
72
  tweet_text = st.text_area(" ", placeholder="Enter the sentence you want to analyze", label_visibility="collapsed")
73
 
74
  if st.button("SUBMIT"):