taishi-i commited on
Commit
cff5397
1 Parent(s): c5b16f9

Update index files

Browse files
app.py CHANGED
@@ -41,10 +41,17 @@ if search_query or button_clicked:
41
  description = data_json["description"]
42
  url = data_json["url"]
43
  project_name = data_json["project_name"]
 
 
44
 
45
  try:
46
- st.markdown(f"**[{project_name}]({url})**")
47
  st.markdown(f"{description}")
 
 
 
 
 
48
  st.markdown("")
49
 
50
  except:
 
41
  description = data_json["description"]
42
  url = data_json["url"]
43
  project_name = data_json["project_name"]
44
+ main_topic = data_json["main_topic"]
45
+ sub_topic = data_json["sub_topic"]
46
 
47
  try:
48
+ st.markdown(f"### [{project_name}]({url})")
49
  st.markdown(f"{description}")
50
+ if sub_topic is None:
51
+ st.text(f"{main_topic}")
52
+ else:
53
+ st.text(f"{main_topic} / {sub_topic}")
54
+ st.markdown("")
55
  st.markdown("")
56
 
57
  except:
indexes/docs/_f.fdm ADDED
Binary file (158 Bytes). View file
 
indexes/docs/_f.fdt ADDED
Binary file (49.5 kB). View file
 
indexes/docs/_f.fdx ADDED
Binary file (69 Bytes). View file
 
indexes/docs/_f.fnm ADDED
Binary file (343 Bytes). View file
 
indexes/docs/_f.nvd ADDED
Binary file (471 Bytes). View file
 
indexes/docs/_f.nvm ADDED
Binary file (103 Bytes). View file
 
indexes/docs/_f.si ADDED
Binary file (522 Bytes). View file
 
indexes/docs/_f.tvd ADDED
Binary file (29.2 kB). View file
 
indexes/docs/_f.tvm ADDED
Binary file (162 Bytes). View file
 
indexes/docs/_f.tvx ADDED
Binary file (86 Bytes). View file
 
indexes/docs/_f_Lucene90_0.doc ADDED
Binary file (5 kB). View file
 
indexes/docs/_f_Lucene90_0.dvd ADDED
Binary file (1.61 kB). View file
 
indexes/docs/_f_Lucene90_0.dvm ADDED
Binary file (171 Bytes). View file
 
indexes/docs/_f_Lucene90_0.pos ADDED
Binary file (5.53 kB). View file
 
indexes/docs/_f_Lucene90_0.tim ADDED
Binary file (19.6 kB). View file
 
indexes/docs/_f_Lucene90_0.tip ADDED
Binary file (494 Bytes). View file
 
indexes/docs/_f_Lucene90_0.tmd ADDED
Binary file (274 Bytes). View file
 
indexes/docs/segments_g ADDED
Binary file (154 Bytes). View file