Update app.py
Browse files
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 |
|