Spaces:
Running
Running
roni
commited on
Commit
·
94ce4d7
1
Parent(s):
743e6bd
added an example
Browse files
app.py
CHANGED
@@ -98,7 +98,8 @@ with gr.Blocks() as demo:
|
|
98 |
label="Protein Visualization",
|
99 |
)
|
100 |
gr.Examples(
|
101 |
-
["KFLIYQMECSTMIFGL", "PHFAMPPIHEDHLE", "AEERIISLD"],
|
|
|
102 |
)
|
103 |
search_button.click(
|
104 |
search_and_display,
|
|
|
98 |
label="Protein Visualization",
|
99 |
)
|
100 |
gr.Examples(
|
101 |
+
["APTMPPPLPP", "KFLIYQMECSTMIFGL", "PHFAMPPIHEDHLE", "AEERIISLD"],
|
102 |
+
inputs=[seq_input]
|
103 |
)
|
104 |
search_button.click(
|
105 |
search_and_display,
|