Spaces:
Runtime error
Runtime error
gchhablani
commited on
Commit
·
8b0c1f6
1
Parent(s):
fc7df88
Move back to original URL
Browse files- apps/utils.py +1 -1
apps/utils.py
CHANGED
@@ -38,7 +38,7 @@ class Toc:
|
|
38 |
key = "".join(filter(str.isalnum, text)).lower()
|
39 |
|
40 |
st.markdown(f"<{level} id='{key}'>{text}</{level}>", unsafe_allow_html=True)
|
41 |
-
self._items.append(f"{space}* <a href='
|
42 |
|
43 |
class Transform(torch.nn.Module):
|
44 |
def __init__(self, image_size):
|
|
|
38 |
key = "".join(filter(str.isalnum, text)).lower()
|
39 |
|
40 |
st.markdown(f"<{level} id='{key}'>{text}</{level}>", unsafe_allow_html=True)
|
41 |
+
self._items.append(f"{space}* <a href='#{key}'>{text}</a>")
|
42 |
|
43 |
class Transform(torch.nn.Module):
|
44 |
def __init__(self, image_size):
|