maom jrapala00 commited on
Commit
4ccc715
·
1 Parent(s): b4c6f69

Update app.py (#1)

Browse files

- Update app.py (ca7e581f169b9906c49dc3f8004ae3cccef645bb)


Co-authored-by: Jackson Rapala <jrapala00@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,14 +60,14 @@ with col1:
60
  feature_name_1 = st.text_input(
61
  label = "Feature Name 1",
62
  value = f"{feature_name_1}",
63
- max_chars = 10,
64
  help = "B9J08 Locus Tag e.g. B9J08_000003")
65
 
66
  with col2:
67
  feature_name_2 = st.text_input(
68
  label = "Feature Name 2",
69
  value = f"{feature_name_2}",
70
- max_chars = 10,
71
  help = "B9J08 New Locus Tag e.g. B9J08_000004")
72
 
73
  # check the user input
 
60
  feature_name_1 = st.text_input(
61
  label = "Feature Name 1",
62
  value = f"{feature_name_1}",
63
+ max_chars = 12,
64
  help = "B9J08 Locus Tag e.g. B9J08_000003")
65
 
66
  with col2:
67
  feature_name_2 = st.text_input(
68
  label = "Feature Name 2",
69
  value = f"{feature_name_2}",
70
+ max_chars = 12,
71
  help = "B9J08 New Locus Tag e.g. B9J08_000004")
72
 
73
  # check the user input