Spaces:
Sleeping
Sleeping
Commit
·
45af24d
1
Parent(s):
423bf15
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ for message in st.session_state.messages:
|
|
97 |
st.markdown(message['content'])
|
98 |
|
99 |
st.sidebar.title("Conversation Bots")
|
100 |
-
st.markdown('The bots are meant to be used for converasations with students and not the actual instruction, as the bot is not able to ingest the questions and answers.')
|
101 |
|
102 |
if st.sidebar.button('Introduction/Conversation'):
|
103 |
# assistant == tutor
|
|
|
97 |
st.markdown(message['content'])
|
98 |
|
99 |
st.sidebar.title("Conversation Bots")
|
100 |
+
st.sidebar.markdown('The bots are meant to be used for converasations with students and not the actual instruction, as the bot is not able to ingest the questions and answers.')
|
101 |
|
102 |
if st.sidebar.button('Introduction/Conversation'):
|
103 |
# assistant == tutor
|