johann22 commited on
Commit
a266fbc
1 Parent(s): f20de8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -93,7 +93,12 @@ additional_inputs=[
93
  interactive=True,
94
  info="Penalize repeated tokens",
95
  ),
96
- gr.Dropdown(choices=[s for s in agents]),
 
 
 
 
 
97
 
98
  ]
99
 
 
93
  interactive=True,
94
  info="Penalize repeated tokens",
95
  ),
96
+ gr.Dropdown(
97
+ label="Agents",
98
+ choices=[s for s in agents],
99
+ value=agent[0],
100
+ interactive=True,
101
+ ),
102
 
103
  ]
104