irfantea commited on
Commit
ab950a5
1 Parent(s): e0c240f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def delete_stopwords(dataframe):
55
  dataframe['sentences'] = dataframe['sentences'].apply(lambda x: ' '.join([word for word in x.split() if word not in (stop)]))
56
  return dataframe
57
 
58
- df = pd.read_csv("smartfarmingsentences.csv")
59
  num_ori = df.shape[0]
60
 
61
  st.title("Smart Farming Sentiment Analysis")
 
55
  dataframe['sentences'] = dataframe['sentences'].apply(lambda x: ' '.join([word for word in x.split() if word not in (stop)]))
56
  return dataframe
57
 
58
+ #df = pd.read_csv("smartfarmingsentences.csv")
59
  num_ori = df.shape[0]
60
 
61
  st.title("Smart Farming Sentiment Analysis")