visjia commited on
Commit
5babc9d
·
1 Parent(s): 0ceecac

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>输入apike秘钥即可运行,如无秘钥可加微信号:visjia购买20元一个 <a href="http://shop.vischat.xyz" style="color:white; background-color:red; border:2px solid black; padding:10px 20px; text-decoration:none;">点击购买apikey</a></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>输入apike秘钥即可运行,如无秘钥可加微信号:visjia购买20元一个 <a href="http://shop.vischat.xyz" style="color:white; background-color:red; border:2px solid black; border-radius:10px; padding:10px 20px; text-decoration:none;">点击购买</a></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