odiaz1066 commited on
Commit
5664422
1 Parent(s): 2f53815

Change textbox input to dropdown

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -54,7 +54,10 @@ with app:
54
  Selecciona el modelo a observar.
55
  """)
56
  with gr.Row():
57
- model1_input = gr.Textbox(label="Modelo")
 
 
 
58
  with gr.Row():
59
  app_button = gr.Button("Mostrar modelo")
60
  with gr.Row():
 
54
  Selecciona el modelo a observar.
55
  """)
56
  with gr.Row():
57
+ model1_input = gr.Dropdown(["odiaz1066/CartPoleGoal-Lagomorph-seed42",
58
+ "odiaz1066/BreakoutNoFrameskip-v4-dqn_atari-seed1",
59
+ "odiaz1066/PongNoFrameskip-v4-dqn_atari-seed1"],
60
+ label="Modelo")
61
  with gr.Row():
62
  app_button = gr.Button("Mostrar modelo")
63
  with gr.Row():