timmy hat die Gist bearbeitet 10 months ago. Zu Änderung gehen
1 file changed, 6 insertions
streamlit_markdown_link.py(Datei erstellt)
| @@ -0,0 +1,6 @@ | |||
| 1 | + | import streamlit as st | |
| 2 | + | ||
| 3 | + | st.markdown( | |
| 4 | + | '<a href="https://www.example.com" target="_blank">點擊這裡瀏覽範例網站</a>', | |
| 5 | + | unsafe_allow_html=True | |
| 6 | + | ) | |
Neuer
Älter