Update app.py
Browse files
app.py
CHANGED
@@ -40,8 +40,8 @@ if "messages" not in st.session_state:
|
|
40 |
# Sidebar with instructions and API key input
|
41 |
with st.sidebar:
|
42 |
st.info(
|
43 |
-
"* Initialize the agents to start using the application."
|
44 |
-
"\n\n* This app uses the
|
45 |
"\n\n* Writing essays may take some time, approximately 1-2 minutes."
|
46 |
)
|
47 |
developer_mode = st.checkbox("Developer Mode", value=False)
|
|
|
40 |
# Sidebar with instructions and API key input
|
41 |
with st.sidebar:
|
42 |
st.info(
|
43 |
+
"* ⚠️ Initialize the agents to start using the application."
|
44 |
+
"\n\n* This app uses the 'gpt-4o-mini-2024-07-18' model. Cost effective and efficient. "
|
45 |
"\n\n* Writing essays may take some time, approximately 1-2 minutes."
|
46 |
)
|
47 |
developer_mode = st.checkbox("Developer Mode", value=False)
|