Spaces:
Runtime error
Runtime error
Commit
·
51b5cd7
1
Parent(s):
dc3c197
Update app.py
Browse files
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.
|
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")
|