naufalnashif commited on
Commit
6ea428f
1 Parent(s): 083b41d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ def get_emoticon(sentiment):
154
  return emoticon
155
 
156
  def buat_chart(df, target_year):
157
-
158
  st.write(f"Bar Chart Tahun {target_year}:")
159
 
160
  # Ambil bulan
 
154
  return emoticon
155
 
156
  def buat_chart(df, target_year):
157
+ target_year = int(target_year)
158
  st.write(f"Bar Chart Tahun {target_year}:")
159
 
160
  # Ambil bulan