Spaces:
Sleeping
Sleeping
Rahul-8853
commited on
Commit
•
0f12f5e
1
Parent(s):
153b827
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:
|