Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -273,7 +273,7 @@ with gr.Blocks(
|
|
273 |
changeProxyBtn = gr.Button("🔄 设置代理地址")
|
274 |
|
275 |
gr.Markdown(description)
|
276 |
-
|
277 |
keyTxt.submit(submit_key, keyTxt, [user_api_key, status_display])
|
278 |
keyTxt.change(submit_key, keyTxt, [user_api_key, status_display])
|
279 |
# Chatbot
|
|
|
273 |
changeProxyBtn = gr.Button("🔄 设置代理地址")
|
274 |
|
275 |
gr.Markdown(description)
|
276 |
+
gr.HTML(footer.format(versions=versions_html()), elem_id="footer")
|
277 |
keyTxt.submit(submit_key, keyTxt, [user_api_key, status_display])
|
278 |
keyTxt.change(submit_key, keyTxt, [user_api_key, status_display])
|
279 |
# Chatbot
|