Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,7 @@ with st.sidebar:
|
|
17 |
|
18 |
st.title("Learner Chatbot")
|
19 |
st.caption("🚀 An app powered by Huggingface!")
|
|
|
20 |
if "messages" not in st.session_state:
|
21 |
st.session_state.messages = [
|
22 |
{
|
|
|
17 |
|
18 |
st.title("Learner Chatbot")
|
19 |
st.caption("🚀 An app powered by Huggingface!")
|
20 |
+
st.caption("Build by piyush lamsoge")
|
21 |
if "messages" not in st.session_state:
|
22 |
st.session_state.messages = [
|
23 |
{
|