Spaces:
Runtime error
Runtime error
Commit
·
5b2ab3e
1
Parent(s):
24346f2
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def local_css(file_name):
|
|
13 |
|
14 |
@st.experimental_singleton
|
15 |
def init_template():
|
16 |
-
local_css("
|
17 |
|
18 |
@st.experimental_singleton
|
19 |
def init_pinecone():
|
|
|
13 |
|
14 |
@st.experimental_singleton
|
15 |
def init_template():
|
16 |
+
local_css("https://huggingface.co/spaces/jamescalam/ask-youtube/raw/main/styles.css")
|
17 |
|
18 |
@st.experimental_singleton
|
19 |
def init_pinecone():
|