Spaces:
Sleeping
Sleeping
Update pages/Natural_Language_Processing.py
Browse files
pages/Natural_Language_Processing.py
CHANGED
|
@@ -16,7 +16,7 @@ def main():
|
|
| 16 |
# Button to redirect to another Hugging Face space
|
| 17 |
if st.button("Explore More"):
|
| 18 |
st.markdown(
|
| 19 |
-
'<a href="https://huggingface.co/spaces/
|
| 20 |
unsafe_allow_html=True,
|
| 21 |
)
|
| 22 |
|
|
|
|
| 16 |
# Button to redirect to another Hugging Face space
|
| 17 |
if st.button("Explore More"):
|
| 18 |
st.markdown(
|
| 19 |
+
'<a href="https://huggingface.co/spaces/Phani1008/Natural_Language_Processing" target="_blank">Click here to explore!</a>',
|
| 20 |
unsafe_allow_html=True,
|
| 21 |
)
|
| 22 |
|