Severian commited on
Commit
172b627
·
verified ·
1 Parent(s): 75a9eda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False)
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])