jamescalam commited on
Commit
4ef1618
1 Parent(s): 6b77300

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import logging
6
  PINECONE_KEY = st.secrets["PINECONE_KEY"] # app.pinecone.io
7
  INDEX_ID = 'ask-youtube'
8
 
9
- file_name = https://huggingface.co/spaces/jamescalam/ask-youtube/raw/main/styles.css"
10
  st.markdown('<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">', unsafe_allow_html=True)
11
  with open(file_name) as f:
12
  st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)
 
6
  PINECONE_KEY = st.secrets["PINECONE_KEY"] # app.pinecone.io
7
  INDEX_ID = 'ask-youtube'
8
 
9
+ file_name = "https://huggingface.co/spaces/jamescalam/ask-youtube/raw/main/styles.css"
10
  st.markdown('<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">', unsafe_allow_html=True)
11
  with open(file_name) as f:
12
  st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)