Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ st.title("Personality Prediction App")
|
|
| 12 |
st.write("Enter your text below to predict personality traits:")
|
| 13 |
|
| 14 |
# Input text from user
|
| 15 |
-
user_input = st.text_area("Your text here:")
|
| 16 |
|
| 17 |
if st.button("Predict"):
|
| 18 |
if user_input:
|
|
|
|
| 12 |
st.write("Enter your text below to predict personality traits:")
|
| 13 |
|
| 14 |
# Input text from user
|
| 15 |
+
user_input = st.text_area("Your text here:1")
|
| 16 |
|
| 17 |
if st.button("Predict"):
|
| 18 |
if user_input:
|