visjia commited on
Commit
bbd9b70
·
1 Parent(s): 2208d0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ In this app, you can explore the outputs of a gpt-3.5-turbo LLM.
106
  with gr.Blocks(css = """#col_container {width: 700px; margin-left: auto; margin-right: auto;}
107
  #chatbot {height: 400px; overflow: auto;}""") as demo:
108
  gr.HTML(title)
109
- gr.HTML('''<center><a href="https://huggingface.co/spaces/ysharma/ChatGPTwithAPI?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>输入apike秘钥即可运行,如无秘钥可加微信号:visjia购买20元一个</center>''')
110
  with gr.Column(elem_id = "col_container"):
111
  openai_api_key = gr.Textbox(type='password', label="请输入你的APIKEY秘钥")
112
  chatbot = gr.Chatbot(elem_id='chatbot') #c
 
106
  with gr.Blocks(css = """#col_container {width: 700px; margin-left: auto; margin-right: auto;}
107
  #chatbot {height: 400px; overflow: auto;}""") as demo:
108
  gr.HTML(title)
109
+ gr.HTML('''<center><a href="http://shop.vischat.xyz"><img src="https://bit.ly/3gLdBN6" alt="购买apikey"></a>输入apike秘钥即可运行,如无秘钥可加微信号:visjia购买20元一个</center>''')
110
  with gr.Column(elem_id = "col_container"):
111
  openai_api_key = gr.Textbox(type='password', label="请输入你的APIKEY秘钥")
112
  chatbot = gr.Chatbot(elem_id='chatbot') #c