Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,9 +3,9 @@
|
|
| 3 |
import os
|
| 4 |
import tempfile
|
| 5 |
import streamlit as st
|
| 6 |
-
|
| 7 |
# https://pypi.org/project/streamlit-chat/
|
| 8 |
-
from streamlit-chat import message
|
| 9 |
from rag import ChatPDF
|
| 10 |
|
| 11 |
st.set_page_config(page_title="ChatPDF")
|
|
|
|
| 3 |
import os
|
| 4 |
import tempfile
|
| 5 |
import streamlit as st
|
| 6 |
+
from streamlit_chat import message
|
| 7 |
# https://pypi.org/project/streamlit-chat/
|
| 8 |
+
# from streamlit-chat import message
|
| 9 |
from rag import ChatPDF
|
| 10 |
|
| 11 |
st.set_page_config(page_title="ChatPDF")
|