Accelernate commited on
Commit
cd55a80
·
verified ·
1 Parent(s): 6f13690

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -11,7 +11,7 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
11
 
12
  st.set_page_config(layout='wide')
13
  st.sidebar.title('🔮 GenPro2 Protein Generator & Structure Predictor')
14
- st.sidebar.write('GenPro2 is an end-to-end single sequence protein structure predictor based [*ESMFold*](https://esmatlas.com/about) and the ESM-2 language model.')
15
 
16
  # Function to generate protein sequence from random words
17
  def generate_sequence_from_words(words, length):
@@ -100,6 +100,8 @@ If you find interesting results from the sequence folding, you can explore furth
100
  2. Visit the [Protein Data Bank (PDB)](https://www.rcsb.org/) for known protein structures.
101
  3. Compare your folded structure with known functional proteins by downloading your results.
102
  4. Read about similar proteins to gain insights into potential functions.
103
- Remember, this folding is based on randomly generated sequences. Interpret the results with caution.
104
- Enjoy exploring the world of protein sequences!
 
 
105
  """)
 
11
 
12
  st.set_page_config(layout='wide')
13
  st.sidebar.title('🔮 GenPro2 Protein Generator & Structure Predictor')
14
+ st.sidebar.write('GenPro2 is an end-to-end single sequence protein generator and structure predictor based [*ESMFold*](https://esmatlas.com/about) and the ESM-2 language model.')
15
 
16
  # Function to generate protein sequence from random words
17
  def generate_sequence_from_words(words, length):
 
100
  2. Visit the [Protein Data Bank (PDB)](https://www.rcsb.org/) for known protein structures.
101
  3. Compare your folded structure with known functional proteins by downloading your results.
102
  4. Read about similar proteins to gain insights into potential functions.
103
+
104
+
105
+ **Remember, this folding is based on randomly generated sequences. Interpret the results with caution.
106
+ Enjoy exploring the world of protein sequences! Share your high-confidence protein images with us on X [*@WandsAI*](https://x.com/wandsai)!
107
  """)