rhea2809 commited on
Commit
d529971
1 Parent(s): 1ba6755

Update tool.py

Browse files
Files changed (1) hide show
  1. tool.py +1 -1
tool.py CHANGED
@@ -24,7 +24,7 @@ def load_results():
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."
 
24
  image = Image.open("rai_raise_main_badge_pos_102.png")
25
 
26
  title_container = st.container()
27
+ title_container.image(image, width = 300)
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."