Update app.py
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ with gr.Blocks() as demo:
|
|
| 77 |
with gr.Row():
|
| 78 |
with gr.Column():
|
| 79 |
keys = gr.TextArea(label="API Keys (by lines)")
|
| 80 |
-
ai_model =
|
| 81 |
with gr.Row():
|
| 82 |
clear_button = gr.Button("Clear")
|
| 83 |
submit_button = gr.Button("Submit", variant="primary")
|
|
|
|
| 77 |
with gr.Row():
|
| 78 |
with gr.Column():
|
| 79 |
keys = gr.TextArea(label="API Keys (by lines)")
|
| 80 |
+
ai_model = gr.Textbox(label="gemini model")
|
| 81 |
with gr.Row():
|
| 82 |
clear_button = gr.Button("Clear")
|
| 83 |
submit_button = gr.Button("Submit", variant="primary")
|