Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,8 +105,7 @@ 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 |
-
|
| 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
|
|
|
|
| 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('''<center><a href="https://huggingface.co/spaces/ysharma/ChatGPTwithAPI?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key</center>''')
|
|
|
|
| 109 |
with gr.Column(elem_id = "col_container"):
|
| 110 |
openai_api_key = gr.Textbox(type='password', label="在此处输入您的 OpenAI API 密钥")
|
| 111 |
chatbot = gr.Chatbot(elem_id='查特AI') #c
|