simonduerr commited on
Commit
51b5cd7
1 Parent(s): dc3c197

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -340,7 +340,7 @@ with proteindream:
340
  Enter a start sequence and have the language model complete it.
341
  """
342
  )
343
- with gr.Group():
344
  with gr.Row():
345
  inp = gr.Textbox(placeholder="M", label="Start sequence")
346
  length = gr.Number(value=50, label="Max sequence length")
 
340
  Enter a start sequence and have the language model complete it.
341
  """
342
  )
343
+ with gr.Box():
344
  with gr.Row():
345
  inp = gr.Textbox(placeholder="M", label="Start sequence")
346
  length = gr.Number(value=50, label="Max sequence length")