Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,8 +50,8 @@ if st.button("搜索"):
|
|
| 50 |
st.markdown(html_table, unsafe_allow_html=True)
|
| 51 |
# links_str = "\n".join(all_links)
|
| 52 |
# copy_html = f'{links_str}'
|
| 53 |
-
st.markdown("")
|
| 54 |
-
st.markdown("Telegram: @s_h_a_o_n_v")
|
| 55 |
# st.button("显示全部内容")
|
| 56 |
# st.markdown(copy_html, unsafe_allow_html=True)
|
| 57 |
# st.code(copy_html, language="textile", line_numbers=False)
|
|
|
|
| 50 |
st.markdown(html_table, unsafe_allow_html=True)
|
| 51 |
# links_str = "\n".join(all_links)
|
| 52 |
# copy_html = f'{links_str}'
|
| 53 |
+
# st.markdown("")
|
| 54 |
+
# st.markdown("Telegram: @s_h_a_o_n_v")
|
| 55 |
# st.button("显示全部内容")
|
| 56 |
# st.markdown(copy_html, unsafe_allow_html=True)
|
| 57 |
# st.code(copy_html, language="textile", line_numbers=False)
|