smtnkc commited on
Commit
cfaba36
·
1 Parent(s): 6e261ff

Rebuild trigger

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ st.set_page_config(page_title="CoV-SNN", page_icon="🧬")
10
  COLOR_BY = "Escape Potential"
11
 
12
  def main():
 
13
  st.title("CoV-SNN")
14
  st.markdown("##### Predict viral escape potential of novel SARS-CoV-2 variants in seconds!")
15
 
 
10
  COLOR_BY = "Escape Potential"
11
 
12
  def main():
13
+ # Rebuild trigger
14
  st.title("CoV-SNN")
15
  st.markdown("##### Predict viral escape potential of novel SARS-CoV-2 variants in seconds!")
16