iisadia commited on
Commit
695c0fc
·
verified ·
1 Parent(s): ed0a324

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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