Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ with app:
|
|
131 |
with gr.Row(variant='panel'):
|
132 |
with gr.Column():
|
133 |
transmit_api_key = gr.Textbox(type='password', label='中转API-Key', placeholder='请在此填写您的中转API Key', elem_classes="custom-textbox")
|
134 |
-
with gr.Row(variant='panel')
|
135 |
transmit_btn_text = gr.Button("点击验证中转key", variant="primary", elem_classes="custom-button")
|
136 |
clear_btn = gr.Button("清除", variant="primary", elem_classes="custom-button")
|
137 |
|
@@ -142,7 +142,7 @@ with app:
|
|
142 |
with gr.Row(variant='panel'):
|
143 |
with gr.Column():
|
144 |
official_api_key = gr.Textbox(type='password', label='官方API Key', placeholder='请在此输入你的官方API Key', elem_classes="custom-textbox")
|
145 |
-
with gr.Row(variant='panel')
|
146 |
official_btn_text = gr.Button("点击验证官方key", variant="primary", elem_classes="custom-button")
|
147 |
clear_btn = gr.Button("清除", variant="primary", elem_classes="custom-button")
|
148 |
with gr.Column():
|
|
|
131 |
with gr.Row(variant='panel'):
|
132 |
with gr.Column():
|
133 |
transmit_api_key = gr.Textbox(type='password', label='中转API-Key', placeholder='请在此填写您的中转API Key', elem_classes="custom-textbox")
|
134 |
+
with gr.Row(variant='panel'):
|
135 |
transmit_btn_text = gr.Button("点击验证中转key", variant="primary", elem_classes="custom-button")
|
136 |
clear_btn = gr.Button("清除", variant="primary", elem_classes="custom-button")
|
137 |
|
|
|
142 |
with gr.Row(variant='panel'):
|
143 |
with gr.Column():
|
144 |
official_api_key = gr.Textbox(type='password', label='官方API Key', placeholder='请在此输入你的官方API Key', elem_classes="custom-textbox")
|
145 |
+
with gr.Row(variant='panel'):
|
146 |
official_btn_text = gr.Button("点击验证官方key", variant="primary", elem_classes="custom-button")
|
147 |
clear_btn = gr.Button("清除", variant="primary", elem_classes="custom-button")
|
148 |
with gr.Column():
|