Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ if "chat_active" not in st.session_state:
|
|
31 |
# Sidebar with essay settings and user-defined length
|
32 |
# Sidebar with essay settings and user-defined length
|
33 |
with st.sidebar:
|
34 |
-
st.subheader("
|
35 |
st.info(
|
36 |
"\n\n 1. This app uses the 'gpt-4o-mini-2024-07-18' model."
|
37 |
"\n\n 2. Writing essays may take some time, approximately 1-2 minutes."
|
@@ -43,7 +43,7 @@ with st.sidebar:
|
|
43 |
st.divider()
|
44 |
|
45 |
# User-defined essay length selection
|
46 |
-
st.subheader("
|
47 |
essay_length = st.number_input(
|
48 |
"Select Essay Length (words):",
|
49 |
min_value=150,
|
|
|
31 |
# Sidebar with essay settings and user-defined length
|
32 |
# Sidebar with essay settings and user-defined length
|
33 |
with st.sidebar:
|
34 |
+
st.subheader("📝 Note:")
|
35 |
st.info(
|
36 |
"\n\n 1. This app uses the 'gpt-4o-mini-2024-07-18' model."
|
37 |
"\n\n 2. Writing essays may take some time, approximately 1-2 minutes."
|
|
|
43 |
st.divider()
|
44 |
|
45 |
# User-defined essay length selection
|
46 |
+
st.subheader("⚙️ Configure Essay Settings:")
|
47 |
essay_length = st.number_input(
|
48 |
"Select Essay Length (words):",
|
49 |
min_value=150,
|