Phani1008 commited on
Commit
6e98317
·
verified ·
1 Parent(s): d4427ac

Update pages/Natural_Language_Processing.py

Browse files
pages/Natural_Language_Processing.py CHANGED
@@ -15,7 +15,7 @@ def main():
15
 
16
  if st.button("Explore More"):
17
  st.experimental_set_query_params(redirect=True)
18
- js = "window.open('https://huggingface.co/spaces/your-target-space', '_blank')"
19
  st.markdown(f'<script>{js}</script>', unsafe_allow_html=True)
20
 
21
  if __name__ == "__main__":
 
15
 
16
  if st.button("Explore More"):
17
  st.experimental_set_query_params(redirect=True)
18
+ js = "window.open('https://huggingface.co/spaces/Phani1008/Natural_Language_Processing', '_blank')"
19
  st.markdown(f'<script>{js}</script>', unsafe_allow_html=True)
20
 
21
  if __name__ == "__main__":