Kevin Louis commited on
Commit
b9ed316
1 Parent(s): 2577448

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -196,17 +196,17 @@ ChatToSequence = gr.Interface(
196
  " Please Don't Input Any Information You Don't Wish To Share Into The Query Box.<h5><center>",
197
  theme=gr.themes.Soft(),
198
  examples=[
199
- ["ggcattgaggagaccattgacaccgtcattagcaatgcactacaactgtcacaacctaaa",
200
  "What is the length of the sequence"],
201
- ["ggcattgaggagaccattgacaccgtcattagcaatgcactacaactgtcacaacctaaa",
202
  "How many guanines bases are there in the sequence"],
203
- ["ggcattgaggagaccattgacaccgtcattagcaatgcactacaactgtcacaacctaaa",
204
  "What is the base at position 10"],
205
- ["ggcattgaggagaccattgacaccgtcattagcaatgcactacaactgtcacaacctaaa",
206
  "What are the bases from position 2 to 10"],
207
- ["ggcattgaggagaccattgacaccgtcattagcaatgcactacaactgtcacaacctaaa",
208
  "How many bases are there from position 2 to 10"],
209
- ["ggcattgaggagaccattgacaccgtcattagcaatgcactacaactgtcacaacctaaaaa",
210
  "Show pie chart of total bases"],
211
  ],
212
  ).queue()
 
196
  " Please Don't Input Any Information You Don't Wish To Share Into The Query Box.<h5><center>",
197
  theme=gr.themes.Soft(),
198
  examples=[
199
+ ["ggcattgaggagaccattgacaccgtcattagcaatgcactacaactgtcacaacctaaaa",
200
  "What is the length of the sequence"],
201
+ ["ggcattgaggagaccattgacaccgtcattagcaatgcactacaactgtcacaacctaaaa",
202
  "How many guanines bases are there in the sequence"],
203
+ ["ggcattgaggagaccattgacaccgtcattagcaatgcactacaactgtcacaacctaaaa",
204
  "What is the base at position 10"],
205
+ ["ggcattgaggagaccattgacaccgtcattagcaatgcactacaactgtcacaacctaaaa",
206
  "What are the bases from position 2 to 10"],
207
+ ["ggcattgaggagaccattgacaccgtcattagcaatgcactacaactgtcacaacctaaaa",
208
  "How many bases are there from position 2 to 10"],
209
+ ["ggcattgaggagaccattgacaccgtcattagcaatgcactacaactgtcacaacctaaaaaa",
210
  "Show pie chart of total bases"],
211
  ],
212
  ).queue()