Spaces:
Sleeping
Sleeping
Kevin Louis
commited on
Commit
•
b9ed316
1
Parent(s):
2577448
Update app.py
Browse files
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 |
-
["
|
200 |
"What is the length of the sequence"],
|
201 |
-
["
|
202 |
"How many guanines bases are there in the sequence"],
|
203 |
-
["
|
204 |
"What is the base at position 10"],
|
205 |
-
["
|
206 |
"What are the bases from position 2 to 10"],
|
207 |
-
["
|
208 |
"How many bases are there from position 2 to 10"],
|
209 |
-
["
|
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()
|