Spaces:
Runtime error
Runtime error
kelvinleong
commited on
Commit
·
6948d18
1
Parent(s):
a2de75a
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def predict_sentiment(text):
|
|
31 |
|
32 |
# Define the Streamlit app
|
33 |
def app():
|
34 |
-
st.title("BERT Sentiment Analysis")
|
35 |
st.write("Upload a CSV file with a 'text' column and I'll predict the sentiment for each row.")
|
36 |
|
37 |
# Get user input
|
|
|
31 |
|
32 |
# Define the Streamlit app
|
33 |
def app():
|
34 |
+
st.title("BERT Sentiment Analysis (non pipeline")
|
35 |
st.write("Upload a CSV file with a 'text' column and I'll predict the sentiment for each row.")
|
36 |
|
37 |
# Get user input
|