shainaraza commited on
Commit
36d3b4c
1 Parent(s): 8f20e7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def get_debiased_sequence(prompt):
36
  return clean_result.strip()
37
 
38
  # Streamlit interface
39
- st.title('Text Debiasing App')
40
  input_text = st.text_area("Enter text to debias:", height=150)
41
  if st.button("Debias Text"):
42
  if input_text:
 
36
  return clean_result.strip()
37
 
38
  # Streamlit interface
39
+ st.title('UnBIAS App')
40
  input_text = st.text_area("Enter text to debias:", height=150)
41
  if st.button("Debias Text"):
42
  if input_text: