Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ def get_debiased_sequence(prompt):
|
|
| 36 |
return clean_result.strip()
|
| 37 |
|
| 38 |
# Streamlit interface
|
| 39 |
-
st.title('
|
| 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:
|