Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kentang2017 authored May 20, 2024
1 parent caff399 commit c2ce2b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import streamlit.components.v1 as components
from ichingshifa import ichingshifa

BASE_URL_KINLIUREN = 'https://raw.githubusercontent.com/kentang2017/kinliuren/master/'


@contextmanager
Expand Down Expand Up @@ -71,7 +70,7 @@ def get_file_content_as_string1(path):

with links:
st.header('連接')
st.markdown(get_file_content_as_string1(BASE_URL_KINLIUREN, "update.md"), unsafe_allow_html=True)
st.markdown(get_file_content_as_string1("update.md"), unsafe_allow_html=True)

with update:
st.header('日誌')
Expand Down

0 comments on commit c2ce2b3

Please sign in to comment.