Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -566,7 +566,7 @@ Check the status and details of various API keys including OpenAI, Anthropic, Ge
|
|
566 |
submit_button = gr.Button("Check Keys", variant="primary")
|
567 |
|
568 |
with gr.Column(scale=2):
|
569 |
-
info = gr.JSON(label="API Key Information (All Results)", open=True)
|
570 |
# Gemini 전용 출력 박스 추가
|
571 |
gemini_keys_output = gr.Textbox(
|
572 |
label="Working Gemini Keys",
|
|
|
566 |
submit_button = gr.Button("Check Keys", variant="primary")
|
567 |
|
568 |
with gr.Column(scale=2):
|
569 |
+
info = gr.JSON(label=" API Key Information (All Results)", open=True)
|
570 |
# Gemini 전용 출력 박스 추가
|
571 |
gemini_keys_output = gr.Textbox(
|
572 |
label="Working Gemini Keys",
|