mawairon commited on
Commit
ad5e55a
·
verified ·
1 Parent(s): b1eabde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def analyze_dna(username, password, sequence):
127
  fig, ax = plt.subplots(figsize=(10, 6))
128
  ax.barh(top_5_labels, top_5_probs, color='skyblue')
129
  ax.set_xlabel('Probability')
130
- ax.set_title('Top 5 Most Likely Labels')
131
  plt.gca().invert_yaxis()
132
 
133
  buf = io.BytesIO()
 
127
  fig, ax = plt.subplots(figsize=(10, 6))
128
  ax.barh(top_5_labels, top_5_probs, color='skyblue')
129
  ax.set_xlabel('Probability')
130
+ ax.set_title('Assuming this sequence was genetically engineered,\n the 5 most likely countries in which it was engineered are:')
131
  plt.gca().invert_yaxis()
132
 
133
  buf = io.BytesIO()