Koomemartin commited on
Commit
73b0971
Β·
verified Β·
1 Parent(s): cb57aa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ llm_chain = LLMChain(llm=llm, prompt=rag_prompt, memory=memory)
43
 
44
  import streamlit as st
45
 
46
- st.title('πŸ¦œπŸ”— Welcome to the MathLearn πŸ¦œπŸ”—')
47
  for msg in history.messages:
48
  st.chat_message(msg.type).write(msg.content)
49
 
 
43
 
44
  import streamlit as st
45
 
46
+ st.title('πŸ¦œπŸ”— Welcome to the MathLearn ')
47
  for msg in history.messages:
48
  st.chat_message(msg.type).write(msg.content)
49