Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -106,9 +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('''<div style="text-align:center;">
|
| 110 |
-
<img src="https://help-ol.bj.bcebos.com/f956052a307b955902cf31963d5a7fef.jpg">
|
| 111 |
-
</div></a>输入apike秘钥即可运行,如无秘钥可加微信号:visjia购买20元一个</center>''')
|
| 112 |
with gr.Column(elem_id = "col_container"):
|
| 113 |
openai_api_key = gr.Textbox(type='password', label="在此处输入您的 OpenAI API 密钥")
|
| 114 |
chatbot = gr.Chatbot(elem_id='查特AI') #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('''<div style="text-align:center;"><img src="https://help-ol.bj.bcebos.com/f956052a307b955902cf31963d5a7fef.jpg"></div></a>输入apike秘钥即可运行,如无秘钥可加微信号:visjia购买20元一个</center>''')
|
|
|
|
|
|
|
| 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
|