Skip to content

Commit

Permalink
リンクコピーの警告を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
akazdayo committed May 7, 2024
1 parent 0d59d2d commit 29974af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/draw.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def draw_text(self):
"Upload Image", type=["jpg", "jpeg", "png", "webp", "jfif"]
)
self.col1, self.col2 = st.columns(2)
st.write("""Link copy is not available.Please copy or download the image.""")
self.color = st.selectbox(
"Select color Palette",
(
Expand Down

0 comments on commit 29974af

Please sign in to comment.