RishabhBhardwaj commited on
Commit
6cf9a0f
1 Parent(s): 857a182

remove side-bar

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,7 +52,7 @@ if st.button("Evaluate"):
52
  st.warning("Please enter some text to evaluate.")
53
 
54
  # Add some information about the model
55
- st.sidebar.header("About")
56
- st.sidebar.info("This app uses the WalledGuard-C model to evaluate the safety of input text. It determines whether the text is asking for or containing unsafe information.")
57
 
58
  #gr.load("models/walledai/walledguard-c").launch()
 
52
  st.warning("Please enter some text to evaluate.")
53
 
54
  # Add some information about the model
55
+ #st.sidebar.header("About")
56
+ #st.sidebar.info("This app uses the WalledGuard-C model to evaluate the safety of input text. It determines whether the text is asking for or containing unsafe information.")
57
 
58
  #gr.load("models/walledai/walledguard-c").launch()