Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ with gr.Blocks() as demo:
|
|
114 |
with gr.Row():
|
115 |
with gr.Column():
|
116 |
seq_input = gr.Textbox(value="APTMPPPLPP", label="Input Sequence")
|
117 |
-
n_results = gr.Number(
|
118 |
index_selector = gr.Dropdown(
|
119 |
choices=available_indexes,
|
120 |
value="Pdb",
|
|
|
114 |
with gr.Row():
|
115 |
with gr.Column():
|
116 |
seq_input = gr.Textbox(value="APTMPPPLPP", label="Input Sequence")
|
117 |
+
n_results = gr.Number(10, label="N Results")
|
118 |
index_selector = gr.Dropdown(
|
119 |
choices=available_indexes,
|
120 |
value="Pdb",
|