Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,6 +7,7 @@ from langchain.memory import ConversationBufferWindowMemory
|
|
| 7 |
from langchain.chains import ConversationalRetrievalChain
|
| 8 |
import streamlit as st
|
| 9 |
import time
|
|
|
|
| 10 |
|
| 11 |
col1, col2, col3 = st.columns([1,4,1])
|
| 12 |
with col2:
|
|
|
|
| 7 |
from langchain.chains import ConversationalRetrievalChain
|
| 8 |
import streamlit as st
|
| 9 |
import time
|
| 10 |
+
st.set_page_config(page_title="MedChat", page_icon="favicon.png")
|
| 11 |
|
| 12 |
col1, col2, col3 = st.columns([1,4,1])
|
| 13 |
with col2:
|