Spaces:
Sleeping
Sleeping
RishabhBhardwaj
commited on
Commit
•
16a6acb
1
Parent(s):
2b675f6
center
Browse files
app.py
CHANGED
@@ -59,16 +59,16 @@ if st.button("Evaluate"):
|
|
59 |
else:
|
60 |
st.warning("Please enter some text to evaluate.")
|
61 |
|
62 |
-
# Add information about Walled Guard Advanced
|
63 |
-
st.markdown("---")
|
64 |
-
col1, col2, col3 = st.columns([1,2,1])
|
65 |
-
with col2:
|
66 |
-
st.info("For a more performant version, check out Walled Guard Advanced. Connect with us at [email protected] for more information.")
|
67 |
-
|
68 |
# Add logo at the bottom center
|
69 |
-
st.markdown("---")
|
70 |
col1, col2, col3 = st.columns([1,2,1])
|
71 |
with col2:
|
72 |
logo_url = "https://github.com/walledai/walledeval/assets/32847115/d8b1d14f-7071-448b-8997-2eeba4c2c8f6"
|
73 |
logo = load_image_from_url(logo_url)
|
74 |
-
st.image(logo, use_column_width=True, width=
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
else:
|
60 |
st.warning("Please enter some text to evaluate.")
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
# Add logo at the bottom center
|
63 |
+
#st.markdown("---")
|
64 |
col1, col2, col3 = st.columns([1,2,1])
|
65 |
with col2:
|
66 |
logo_url = "https://github.com/walledai/walledeval/assets/32847115/d8b1d14f-7071-448b-8997-2eeba4c2c8f6"
|
67 |
logo = load_image_from_url(logo_url)
|
68 |
+
st.image(logo, use_column_width=True, width=500) # Adjust the width as needed
|
69 |
+
|
70 |
+
# Add information about Walled Guard Advanced
|
71 |
+
#st.markdown("---")
|
72 |
+
col1, col2, col3 = st.columns([1,2,1])
|
73 |
+
with col2:
|
74 |
+
st.info("For a more performant version, check out Walled Guard Advanced. Connect with us at [email protected] for more information.")
|