Spaces:
Runtime error
Runtime error
umangchaudhry
commited on
Commit
·
03254f5
1
Parent(s):
254c784
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ with gr.Blocks() as demo:
|
|
121 |
with gr.Column():
|
122 |
# Create a dropdown to select a model
|
123 |
model_selection = gr.Dropdown(
|
124 |
-
["gpt-3.5-turbo", "
|
125 |
)
|
126 |
# Create a button to submit model selection
|
127 |
model_submit_button = gr.Button("Submit Model Selection")
|
|
|
121 |
with gr.Column():
|
122 |
# Create a dropdown to select a model
|
123 |
model_selection = gr.Dropdown(
|
124 |
+
["gpt-3.5-turbo", "gpt-4"], label="Model Selection", info="Please ensure you provide the API Key that corresponds to the Model you select!"
|
125 |
)
|
126 |
# Create a button to submit model selection
|
127 |
model_submit_button = gr.Button("Submit Model Selection")
|