abdfajar707 commited on
Commit
6a81c46
Β·
verified Β·
1 Parent(s): 9a8fa01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -730,7 +730,7 @@ def apply_date_filter(start_date, end_date, sources):
730
  recap_text = f"""
731
  REKAP ANALISIS FILTER TANGGAL:
732
  ──────────────────────────────
733
- β€’ Rentang Tanggal : {start_date:%Y-%m-%d} β†’ {end_date:%Y-%m-%d}
734
  β€’ Total Artikel : {total}
735
  β€’ POSITIF : {pos} ({(pos/total*100):.1f}%)
736
  β€’ NEGATIF : {neg} ({(neg/total*100):.1f}%)
 
730
  recap_text = f"""
731
  REKAP ANALISIS FILTER TANGGAL:
732
  ──────────────────────────────
733
+ β€’ Rentang Tanggal : {start_date} hingga {end_date}
734
  β€’ Total Artikel : {total}
735
  β€’ POSITIF : {pos} ({(pos/total*100):.1f}%)
736
  β€’ NEGATIF : {neg} ({(neg/total*100):.1f}%)