Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,9 +105,8 @@ In this app, you can explore the outputs of a gpt-3.5-turbo LLM.
|
|
| 105 |
|
| 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 |
-
|
| 110 |
-
<p>输入apike秘钥即可运行,如无秘钥可加微信号:visjia购买20元一个</p>''')
|
| 111 |
with gr.Column(elem_id = "col_container"):
|
| 112 |
openai_api_key = gr.Textbox(type='password', label="在此处输入您的 OpenAI API 密钥")
|
| 113 |
chatbot = gr.Chatbot(elem_id='查特AI') #c
|
|
|
|
| 105 |
|
| 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) gr.HTML('''<center><a href="http://siaz.top"><img src="https://help-ol.bj.bcebos.com/f956052a307b955902cf31963d5a7fef.jpg" alt="Duplicate Space"></a>输入apike秘钥即可运行,如无秘钥可加微信号:visjia购买20元一个</center>''')
|
| 109 |
+
|
|
|
|
| 110 |
with gr.Column(elem_id = "col_container"):
|
| 111 |
openai_api_key = gr.Textbox(type='password', label="在此处输入您的 OpenAI API 密钥")
|
| 112 |
chatbot = gr.Chatbot(elem_id='查特AI') #c
|