LTEnjoy commited on
Commit
0f7d78f
1 Parent(s): 9ef29f2

Update demo/modules/search.py

Browse files
Files changed (1) hide show
  1. demo/modules/search.py +1 -1
demo/modules/search.py CHANGED
@@ -114,7 +114,7 @@ def build_search_module():
114
 
115
  with gr.Row():
116
  # Set query type
117
- query_type = gr.Radio(["protein sequence", "protein structure", "text"], label="Query type (e.g. 'protein sequence' means returning qualified protein sequences)", value="protein sequence")
118
 
119
  # If the query type is "text", provide an option to choose the subsection of text
120
  subsection_type = gr.Dropdown(list(valid_subsections), label="Subsection of text", value="Function",
 
114
 
115
  with gr.Row():
116
  # Set query type
117
+ query_type = gr.Radio(["protein sequence", "protein structure", "text"], label="Output type (e.g. 'protein sequence' means returning qualified protein sequences)", value="protein sequence")
118
 
119
  # If the query type is "text", provide an option to choose the subsection of text
120
  subsection_type = gr.Dropdown(list(valid_subsections), label="Subsection of text", value="Function",