Skip to content

Commit

Permalink
button adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHanimann committed Mar 10, 2022
1 parent 093fce8 commit 31ab779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IsoAligner_core/Table_Generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,9 @@ def create_table_for_dict_of_gene_objects(nested_dict, list_of_gene_objects, cho

@staticmethod
def display_filter_option_AA():
option,blankspace = st.columns([1.05,2])
option,blankspace = st.columns([0.7,2])
with option:
value = st.text_input('Filter mapping table for specific value:', value='')
value = st.text_input('Filter table for exact value:', value='')
return value

@staticmethod
Expand Down

0 comments on commit 31ab779

Please sign in to comment.