faizhalas commited on
Commit
74135d8
·
verified ·
1 Parent(s): 7649758

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +2 -2
Home.py CHANGED
@@ -52,7 +52,7 @@ text_search = c1.text_input("Search by author, title, or full-text. Separate con
52
  keyword_list_j = [keyword.strip() for keyword in text_search.split(";")]
53
 
54
  # option to choose
55
- part_opt = ["Title", "Abstract (en)", "Introduction", "Method", "Result & Discussion", "Conclusion", "Full-text"]
56
 
57
  # Add options
58
  s_bhs = ["ID", "EN"]
@@ -60,7 +60,7 @@ sel_bahasa = c2.selectbox("Bahasa", s_bhs)
60
  search_opt = c3.multiselect(
61
  "Search fields",
62
  part_opt,
63
- ["title", "abstract (id)", "abstract (en)", "keywords"])
64
 
65
 
66
  # filter
 
52
  keyword_list_j = [keyword.strip() for keyword in text_search.split(";")]
53
 
54
  # option to choose
55
+ part_opt = ["Title", "Abstract (en)", "Abstract (id)", "Keywords", "Introduction", "Method", "Result & Discussion", "Conclusion", "Full-text"]
56
 
57
  # Add options
58
  s_bhs = ["ID", "EN"]
 
60
  search_opt = c3.multiselect(
61
  "Search fields",
62
  part_opt,
63
+ ["Title", "Abstract (en)", "Keywords"])
64
 
65
 
66
  # filter