Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ def predict(text):
|
|
| 31 |
return response
|
| 32 |
|
| 33 |
# Streamlit app
|
| 34 |
-
st.title("
|
| 35 |
|
| 36 |
# Text input for prediction
|
| 37 |
text = st.text_area("Enter some text")
|
|
|
|
| 31 |
return response
|
| 32 |
|
| 33 |
# Streamlit app
|
| 34 |
+
st.title("AI detector")
|
| 35 |
|
| 36 |
# Text input for prediction
|
| 37 |
text = st.text_area("Enter some text")
|