RishabhBhardwaj commited on
Commit
e5fca1e
1 Parent(s): d88280b
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -77,4 +77,9 @@ col1, col2, col3 = st.columns([1,2,1])
77
  with col2:
78
  logo_url = "https://github.com/walledai/walledeval/assets/32847115/d8b1d14f-7071-448b-8997-2eeba4c2c8f6"
79
  logo = load_image_from_url(logo_url)
80
- st.image(logo, use_column_
 
 
 
 
 
 
77
  with col2:
78
  logo_url = "https://github.com/walledai/walledeval/assets/32847115/d8b1d14f-7071-448b-8997-2eeba4c2c8f6"
79
  logo = load_image_from_url(logo_url)
80
+ st.image(logo, use_column_width=True, width=500) # Adjust the width as needed
81
+
82
+ # Add information about Walled Guard Advanced
83
+ col1, col2, col3 = st.columns([1,2,1])
84
+ with col2:
85
+ st.info("For a more performant version, check out Walled Guard Advanced. Connect with us at admin@walled.ai for more information.")