umangchaudhry commited on
Commit
7d260de
·
1 Parent(s): fab9df7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks() as demo:
72
  with gr.Tab("Coding Assistant"):
73
  api_check_button = gr.Button("Get API Key")
74
  api_print = gr.Textbox(label = "OpenAI API Key - Please ensure the API Key is set correctly")
75
- model_selection = gr.Dropdown(
76
  ["gpt-3.5-turbo", "gpt-4"], label="Model Selection", info="Please ensure you provide the API Key that corresponds to the Model you select!"
77
  ),
78
  model_submit_button = gr.Button("Submit Model Selection")
 
72
  with gr.Tab("Coding Assistant"):
73
  api_check_button = gr.Button("Get API Key")
74
  api_print = gr.Textbox(label = "OpenAI API Key - Please ensure the API Key is set correctly")
75
+ model_selection = gr.CheckboxGroup(
76
  ["gpt-3.5-turbo", "gpt-4"], label="Model Selection", info="Please ensure you provide the API Key that corresponds to the Model you select!"
77
  ),
78
  model_submit_button = gr.Button("Submit Model Selection")