Spaces:
Sleeping
Sleeping
Kevin Louis
commited on
Commit
•
56c4b1a
1
Parent(s):
3a23f8d
Update app.py
Browse files
app.py
CHANGED
@@ -191,7 +191,9 @@ ChatToSequence = gr.Interface(
|
|
191 |
gr.Textbox(label="Action Executed")],
|
192 |
allow_flagging="never",
|
193 |
title="Chat-To-Sequence",
|
194 |
-
description="This Demo App Allows You To Explore Your DNA Sequence Using Natural Language"
|
|
|
|
|
195 |
theme=gr.themes.Soft(),
|
196 |
examples=[
|
197 |
["ggcattgaggagaccattgacaccgtcattagcaatgcactacaactgtcacaacctaaa",
|
|
|
191 |
gr.Textbox(label="Action Executed")],
|
192 |
allow_flagging="never",
|
193 |
title="Chat-To-Sequence",
|
194 |
+
description="<h2><center><span style='color: purple;'>This Demo App Allows You To Explore Your DNA Sequence Using Natural Language</span></h2></center>"
|
195 |
+
"<h5><center>Disclaimer: The app stores the user queries but doesn't store the DNA sequence."
|
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",
|