Jayesh13 commited on
Commit
35d1a85
Β·
verified Β·
1 Parent(s): df97230

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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