Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-usa authored Mar 30, 2023
1 parent 6d36cfa commit 8b8e2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knowledge_gpt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ def clear_submit():
# Display the image with text on top
st.write("If you like the app, please donate to help pay the cost of OpenAI API")
st.write("如果你发现这个App有用,可以打赏我¥9.99帮助支付调用OpenAI API的费用")
st.image(img, caption=None)
st.image(img, caption=None, witdth=100)

0 comments on commit 8b8e2a2

Please sign in to comment.