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