DrishtiSharma commited on
Commit
44e6349
·
verified ·
1 Parent(s): 3b3bde6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("About:")
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("📝 Configure Essay Settings:")
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,