faizhalas commited on
Commit
baf54ec
·
verified ·
1 Parent(s): b0e4995

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +5 -3
Home.py CHANGED
@@ -69,12 +69,14 @@ if keyword_list_j is not None:
69
  st.caption(f"Kami menemukan **{key_df_j.shape[0]}** artikel yang sesuai dengan apa yang dicari.")
70
 
71
  cl1, cl2 = st.columns([7,3])
72
-
73
- popover = cl1.popover("Unduh Hasil")
 
 
74
  red = popover.checkbox("Show red items.", True)
75
  blue = popover.checkbox("Show blue items.", True)
76
 
77
- selection = cl2.radio("Pilih menu", ("Hasil Pencarian", "Analisis Hasil"), horizontal=True)
78
 
79
  @st.cache_data
80
  def get_data(df):
 
69
  st.caption(f"Kami menemukan **{key_df_j.shape[0]}** artikel yang sesuai dengan apa yang dicari.")
70
 
71
  cl1, cl2 = st.columns([7,3])
72
+
73
+ selection = cl1.radio("Pilih menu", ("Hasil Pencarian", "Analisis Hasil"), horizontal=True)
74
+
75
+ popover = cl2.popover("Unduh Hasil")
76
  red = popover.checkbox("Show red items.", True)
77
  blue = popover.checkbox("Show blue items.", True)
78
 
79
+
80
 
81
  @st.cache_data
82
  def get_data(df):