Kurkur99 commited on
Commit
196fc5e
·
1 Parent(s): 61f46c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ def get_prediction(text):
10
  # Main function for the Streamlit app
11
  def main():
12
  st.title("Sentiment Analysis App")
 
13
 
14
  menu = ["Home", "Sentiment Prediction", "Exploratory Data Analysis"]
15
  choice = st.sidebar.selectbox("Menu", menu)
 
10
  # Main function for the Streamlit app
11
  def main():
12
  st.title("Sentiment Analysis App")
13
+ st.title("By Arief Kurniawan")
14
 
15
  menu = ["Home", "Sentiment Prediction", "Exploratory Data Analysis"]
16
  choice = st.sidebar.selectbox("Menu", menu)