Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|