Spaces:
Sleeping
Sleeping
Commit ·
89e9d39
1
Parent(s): 6c8300d
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
-
from
|
| 3 |
from langchain import OpenAI
|
| 4 |
from langchain.chains import ConversationChain
|
| 5 |
from langchain.chains.conversation.memory import (ConversationBufferMemory,
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
+
from streamlit_chat import message
|
| 3 |
from langchain import OpenAI
|
| 4 |
from langchain.chains import ConversationChain
|
| 5 |
from langchain.chains.conversation.memory import (ConversationBufferMemory,
|