naufalnashif commited on
Commit
0fbd120
·
1 Parent(s): 2e68b49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -287,7 +287,7 @@ def get_table_download_link(df, download_format):
287
  st.title("Sentiment Analysis : Based on Tweets Biskita Transpakuan Bogor 2022-2023")
288
  preference_barchart_date = False
289
  #-----------------------------------------------------General Settings---------------------------------------------------------------
290
- with s.sidebar :
291
  with st.expander("General Settings :"):
292
  # Tambahkan widget untuk memilih model
293
  selected_model = st.selectbox("Pilih Model Sentimen:", ("Ensemble", "Naive Bayes", "Logistic Regression", "Transformer"))
 
287
  st.title("Sentiment Analysis : Based on Tweets Biskita Transpakuan Bogor 2022-2023")
288
  preference_barchart_date = False
289
  #-----------------------------------------------------General Settings---------------------------------------------------------------
290
+ with st.sidebar :
291
  with st.expander("General Settings :"):
292
  # Tambahkan widget untuk memilih model
293
  selected_model = st.selectbox("Pilih Model Sentimen:", ("Ensemble", "Naive Bayes", "Logistic Regression", "Transformer"))