Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -175,7 +175,7 @@ def create_excel(sequences_data, repeats, filenames):
|
|
175 |
|
176 |
# Streamlit UI
|
177 |
st.set_page_config(page_title="Protein Tool", layout="wide")
|
178 |
-
st.title("𧬠Protein Analysis Toolkit")
|
179 |
|
180 |
app_choice = st.radio("Choose an option", ["π Protein Repeat Finder", "π Protein Comparator", "π§ͺ Amino Acid Percentage Analyzer"])
|
181 |
|
|
|
175 |
|
176 |
# Streamlit UI
|
177 |
st.set_page_config(page_title="Protein Tool", layout="wide")
|
178 |
+
st.title("𧬠Protein Analysis Toolkit by SCBL, IITG")
|
179 |
|
180 |
app_choice = st.radio("Choose an option", ["π Protein Repeat Finder", "π Protein Comparator", "π§ͺ Amino Acid Percentage Analyzer"])
|
181 |
|