Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ from transformers import pipeline, AutoTokenizer, AutoModelForCausalLM
|
|
10 |
from dotenv import load_dotenv
|
11 |
from htmlTemplates import css
|
12 |
|
|
|
13 |
# Set Streamlit page configuration
|
14 |
st.set_page_config(page_title="Chat with Notes and AI", page_icon=":books:", layout="wide")
|
15 |
|
|
|
10 |
from dotenv import load_dotenv
|
11 |
from htmlTemplates import css
|
12 |
|
13 |
+
|
14 |
# Set Streamlit page configuration
|
15 |
st.set_page_config(page_title="Chat with Notes and AI", page_icon=":books:", layout="wide")
|
16 |
|