Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|