Jayesh13 commited on
Commit
4edb22c
Β·
verified Β·
1 Parent(s): c46f460

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -230,7 +230,7 @@ if app_choice == "πŸ” Protein Repeat Finder":
230
  # ------------------- COMPARATOR FUNCTIONALITY -------------------
231
  # ------------------- COMPARATOR FUNCTIONALITY -------------------
232
  elif app_choice == "πŸ“Š Protein Comparator":
233
- st.set_page_config(page_title="Protein Repeat Comparator", layout="centered")
234
  st.title("🧬 Protein Repeat Comparator")
235
  st.write("Upload two Excel files with protein data. Frequency values should start from the first row (header).")
236
 
 
230
  # ------------------- COMPARATOR FUNCTIONALITY -------------------
231
  # ------------------- COMPARATOR FUNCTIONALITY -------------------
232
  elif app_choice == "πŸ“Š Protein Comparator":
233
+ # st.set_page_config(page_title="Protein Repeat Comparator", layout="centered")
234
  st.title("🧬 Protein Repeat Comparator")
235
  st.write("Upload two Excel files with protein data. Frequency values should start from the first row (header).")
236