gabehubner commited on
Commit
6d1a98e
·
1 Parent(s): 381604e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ with gr.Blocks() as demo:
54
  gr.Markdown("# Introspection in Deep Reinforcement Learning")
55
 
56
  with gr.Tab(label="Attribute"):
57
- env_spec = gr.Dropdown(choices=["LunarLander-v2"],type="value",multiselect=False, label="Environment Specification (e.g.: LunarLander-v2)", lines=1)
58
  env = gr.Interface(title="Create the Environment", allow_flagging="never", inputs=env_spec, fn=create_training_loop, outputs=gr.JSON())
59
 
60
  with gr.Row():
 
54
  gr.Markdown("# Introspection in Deep Reinforcement Learning")
55
 
56
  with gr.Tab(label="Attribute"):
57
+ env_spec = gr.Dropdown(choices=["LunarLander-v2"],type="value",multiselect=False, label="Environment Specification (e.g.: LunarLander-v2)")
58
  env = gr.Interface(title="Create the Environment", allow_flagging="never", inputs=env_spec, fn=create_training_loop, outputs=gr.JSON())
59
 
60
  with gr.Row():