Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,18 +101,18 @@ with gr.Blocks() as demo:
|
|
| 101 |
with gr.Column(scale=2):
|
| 102 |
problem_input = gr.Textbox(label="Business Problem", lines=4)
|
| 103 |
with gr.Accordion("API Keys", open=True):
|
| 104 |
-
google_key_input = gr.Textbox(label="Google API Key (Required
|
| 105 |
# New providers
|
| 106 |
with gr.Row():
|
| 107 |
-
anthropic_key_input = gr.Textbox(label="Anthropic Key", type="password")
|
| 108 |
-
sambanova_key_input = gr.Textbox(label="SambaNova Key", type="password")
|
| 109 |
with gr.Row():
|
| 110 |
-
openai_key_input = gr.Textbox(label="OpenAI Key", type="password")
|
| 111 |
-
nebius_key_input = gr.Textbox(label="Nebius Key", type="password")
|
| 112 |
|
| 113 |
with gr.Column(scale=1):
|
| 114 |
gr.Markdown(get_model_info())
|
| 115 |
-
submit_button = gr.Button("
|
| 116 |
|
| 117 |
# Outputs
|
| 118 |
with gr.Tabs():
|
|
|
|
| 101 |
with gr.Column(scale=2):
|
| 102 |
problem_input = gr.Textbox(label="Business Problem", lines=4)
|
| 103 |
with gr.Accordion("API Keys", open=True):
|
| 104 |
+
google_key_input = gr.Textbox(label="Google API Key (Gemini 2.0 Flash) Required", type="password")
|
| 105 |
# New providers
|
| 106 |
with gr.Row():
|
| 107 |
+
anthropic_key_input = gr.Textbox(label="Anthropic Key (Claude 3.5 Haiku 202421022)", type="password")
|
| 108 |
+
sambanova_key_input = gr.Textbox(label="SambaNova Key (Llama 4 Maverick 17B 128E Instruct)", type="password")
|
| 109 |
with gr.Row():
|
| 110 |
+
openai_key_input = gr.Textbox(label="OpenAI Key (GPT-4o-mini)", type="password")
|
| 111 |
+
nebius_key_input = gr.Textbox(label="Nebius Key (Qwen 3 235B A22B Thinking 2507)", type="password")
|
| 112 |
|
| 113 |
with gr.Column(scale=1):
|
| 114 |
gr.Markdown(get_model_info())
|
| 115 |
+
submit_button = gr.Button("🧠 Launch System", variant="primary")
|
| 116 |
|
| 117 |
# Outputs
|
| 118 |
with gr.Tabs():
|