Update app.py
Browse files
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
|
25 |
-
"\n\n
|
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
|