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 |
|