Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ INDEX_ID = 'yt-transcriptions'
|
|
8 |
|
9 |
st.set_page_config(page_title="YouTube Q&A")
|
10 |
|
11 |
-
st.markdown("<link rel='stylesheet' type='text/css' href='https://huggingface.co/spaces/
|
12 |
|
13 |
@st.experimental_singleton
|
14 |
def init_pinecone():
|
|
|
8 |
|
9 |
st.set_page_config(page_title="YouTube Q&A")
|
10 |
|
11 |
+
st.markdown("<link rel='stylesheet' type='text/css' href='https://huggingface.co/spaces/Mattdoc99/ElonYTsearch/blob/main/styles.css'>", unsafe_allow_html=True)
|
12 |
|
13 |
@st.experimental_singleton
|
14 |
def init_pinecone():
|