Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -143,7 +143,7 @@ with gr.Blocks(theme='Nymbo/Alyx_Theme') as demo:
|
|
| 143 |
gr.Markdown("<p style='text-align: center; font-style: italic; font-size: 1.2em;'>Let's ponder...</p>")
|
| 144 |
|
| 145 |
with gr.Row():
|
| 146 |
-
api_key = gr.Textbox(label="API Key", type="password", placeholder="(Optional) Enter your API key here for more availability", visible=
|
| 147 |
|
| 148 |
with gr.Row():
|
| 149 |
model = gr.Dropdown(choices=MODELS, label="Select Model", value=MODELS[0])
|
|
|
|
| 143 |
gr.Markdown("<p style='text-align: center; font-style: italic; font-size: 1.2em;'>Let's ponder...</p>")
|
| 144 |
|
| 145 |
with gr.Row():
|
| 146 |
+
api_key = gr.Textbox(label="API Key", type="password", placeholder="(Optional) Enter your API key here for more availability", visible=True)
|
| 147 |
|
| 148 |
with gr.Row():
|
| 149 |
model = gr.Dropdown(choices=MODELS, label="Select Model", value=MODELS[0])
|