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 Apr 5, 2023
1 parent f993831 commit 0140724
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions knowledge_gpt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ def clear_submit():
image2 = Image.open("knowledge_gpt/paypalqrcode.png")

# Display the image with text on top
st.write("Each document costs about $1.5 for OpenAI API call. Please consider pay to keep this service alive")
st.write("每篇文章调用OpenAI API的费用约为¥10人民币,请帮助支付以便我们能够继续提供这个小程序")
st.write("Each document costs about $1.5 for OpenAI API call. Please consider pay to keep this service alive! Thank you!")
st.write("每篇文章调用OpenAI API的费用约为¥10人民币,请帮助支付以便我们能够继续提供这个小程序,谢谢您!")
#st.image(img, caption=None, width=200)

# Divide the app page into two columns
col1, col2 = st.beta_columns(2)
col1, col2 = st.columns(2)

# Display the first image in the first column
with col1:
Expand Down

0 comments on commit 0140724

Please sign in to comment.