Spaces:
Running
Running
roni
commited on
Commit
·
8a1f601
1
Parent(s):
b092b28
using the first example as default
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks() as demo:
|
|
80 |
with gr.Row():
|
81 |
with gr.Column():
|
82 |
seq_input = gr.Textbox(
|
83 |
-
value="
|
84 |
)
|
85 |
n_results = gr.Number(5, label="N Results")
|
86 |
search_button = gr.Button("Search", variant="primary")
|
|
|
80 |
with gr.Row():
|
81 |
with gr.Column():
|
82 |
seq_input = gr.Textbox(
|
83 |
+
value="APTMPPPLPP", label="Input Sequence"
|
84 |
)
|
85 |
n_results = gr.Number(5, label="N Results")
|
86 |
search_button = gr.Button("Search", variant="primary")
|