kimou605 commited on
Commit
63b5373
1 Parent(s): c5a40a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -309,8 +309,8 @@ This sequence represents the coding region of the insulin gene, which translates
309
  examples = [
310
  ["Tell me about insulin"],
311
  ["What is the structure of hemoglobin?"],
312
- ["Describe the function of DNA polymerase."]
313
- ["Give me informations about Cortisol."]
314
  ],
315
  inputs=[msg],
316
  )
 
309
  examples = [
310
  ["Tell me about insulin"],
311
  ["What is the structure of hemoglobin?"],
312
+ ["Describe the function of DNA polymerase."],
313
+ ["Give me informations about Cortisol."],
314
  ],
315
  inputs=[msg],
316
  )