gchhablani commited on
Commit
8b0c1f6
1 Parent(s): fc7df88

Move back to original URL

Browse files
Files changed (1) hide show
  1. 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='https://huggingface.co/spaces/flax-community/Multilingual-VQA/#{key}'>{text}</a>")
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):