DrishtiSharma commited on
Commit
6c78633
·
verified ·
1 Parent(s): ba3564e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,8 +21,8 @@ if "chat_active" not in st.session_state:
21
  with st.sidebar:
22
  st.subheader("About:")
23
  st.info(
24
- "\n\n* This app uses the 'gpt-4o-mini-2024-07-18' model."
25
- "\n\n* Writing essays may take some time, approximately 1-2 minutes."
26
  )
27
 
28
  # API Key Retrieval
 
21
  with st.sidebar:
22
  st.subheader("About:")
23
  st.info(
24
+ "\n\n 1. This app uses the 'gpt-4o-mini-2024-07-18' model."
25
+ "\n\n 2. Writing essays may take some time, approximately 1-2 minutes."
26
  )
27
 
28
  # API Key Retrieval