Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import os
|
|
2 |
import tempfile
|
3 |
import streamlit as st
|
4 |
from streamlit_chat import message
|
|
|
5 |
from rag import ChatPDF
|
6 |
|
7 |
st.set_page_config(page_title="ChatPDF")
|
|
|
2 |
import tempfile
|
3 |
import streamlit as st
|
4 |
from streamlit_chat import message
|
5 |
+
|
6 |
from rag import ChatPDF
|
7 |
|
8 |
st.set_page_config(page_title="ChatPDF")
|