Dagfinn1962 commited on
Commit
301b0e2
1 Parent(s): 4296384

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks (css ='main.css') as myface:
84
  input_text = gr.Textbox(label=" ",placeholder="1.PROMPT IDEA HERE ! ",lines=4)
85
  # Model selection dropdown
86
  model_name1 = gr.Dropdown(
87
- label="",
88
  choices=[m["name"] for m in models],
89
  type="index",
90
  value=current_model["name"],
 
84
  input_text = gr.Textbox(label=" ",placeholder="1.PROMPT IDEA HERE ! ",lines=4)
85
  # Model selection dropdown
86
  model_name1 = gr.Dropdown(
87
+ label="2. Choose Model",
88
  choices=[m["name"] for m in models],
89
  type="index",
90
  value=current_model["name"],