Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ with st.sidebar:
|
|
44 |
st.divider()
|
45 |
|
46 |
# User-defined essay length selection
|
47 |
-
st.subheader("
|
48 |
essay_length = st.number_input(
|
49 |
"Select Essay Length (words):",
|
50 |
min_value=150,
|
|
|
44 |
st.divider()
|
45 |
|
46 |
# User-defined essay length selection
|
47 |
+
st.subheader("⚙️🛠️ Configure Essay Settings:")
|
48 |
essay_length = st.number_input(
|
49 |
"Select Essay Length (words):",
|
50 |
min_value=150,
|