rhea2809 commited on
Commit
1a8c49a
1 Parent(s): 248f71a

Update tool.py

Browse files
Files changed (1) hide show
  1. tool.py +2 -2
tool.py CHANGED
@@ -21,10 +21,10 @@ def load_results():
21
  return govern_df, measure_df, map_df, manage_df
22
 
23
 
24
- image = Image.open("rai_raise_main_badge_pos_102.png", width = '5')
25
 
26
  title_container = st.container()
27
- title_container.image(image)
28
  title_container.title("Responsible AI Institute Corporate AI Policy Assessment Tool")
29
  title_container.write(
30
  "This service utilizes LLMs to enable automated understanding of how well a company’s Generative AI policy aligns with the NIST AI RMF."
 
21
  return govern_df, measure_df, map_df, manage_df
22
 
23
 
24
+ image = Image.open("rai_raise_main_badge_pos_102.png")
25
 
26
  title_container = st.container()
27
+ title_container.image(image, width = '5')
28
  title_container.title("Responsible AI Institute Corporate AI Policy Assessment Tool")
29
  title_container.write(
30
  "This service utilizes LLMs to enable automated understanding of how well a company’s Generative AI policy aligns with the NIST AI RMF."