amitpuri commited on
Commit
0798959
1 Parent(s): ca87f20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ with gr.Blocks() as LLMDemoTabbedScreen:
130
  with gr.Tab("API Settings"):
131
  with gr.Tab("Open AI"):
132
  openai_model = gr.Dropdown(openai_models, value="gpt-4", label="Model", info="Select one, for Natural language")
133
- openai_key = gr.Textbox(label="Azure OpenAI API Key", type="password")
134
  with gr.Tab("Azure Open AI"):
135
  with gr.Row():
136
  with gr.Column():
 
130
  with gr.Tab("API Settings"):
131
  with gr.Tab("Open AI"):
132
  openai_model = gr.Dropdown(openai_models, value="gpt-4", label="Model", info="Select one, for Natural language")
133
+ openai_key = gr.Textbox(label="OpenAI API Key", type="password")
134
  with gr.Tab("Azure Open AI"):
135
  with gr.Row():
136
  with gr.Column():