Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import streamlit as st
|
|
2 |
import time
|
3 |
import requests
|
4 |
from streamlit.components.v1 import html
|
|
|
5 |
|
6 |
# Import transformers and cache the help agent for performance
|
7 |
@st.cache_resource
|
|
|
2 |
import time
|
3 |
import requests
|
4 |
from streamlit.components.v1 import html
|
5 |
+
import os
|
6 |
|
7 |
# Import transformers and cache the help agent for performance
|
8 |
@st.cache_resource
|