Spaces:
Runtime error
Runtime error
Kevin Louis commited on
Commit ·
1cc7286
1
Parent(s): dd20bc1
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,9 +179,10 @@ def chat_to_sequence(sequence, user_query):
|
|
| 179 |
ChatToSequence = gr.Interface(
|
| 180 |
fn=chat_to_sequence,
|
| 181 |
inputs=[gr.Textbox(label="Sequence", placeholder="Input DNA Sequence..."),
|
| 182 |
-
gr.Plot(label='Graphic Response'),
|
| 183 |
gr.Textbox(label="Query", placeholder="Input Query...")],
|
| 184 |
-
outputs=[gr.Textbox(label="Response"),
|
|
|
|
|
|
|
| 185 |
allow_flagging="never",
|
| 186 |
title="Chat-To-Sequence",
|
| 187 |
description="This Demo App Allows You To Explore Your DNA Sequence Using Natural Language",
|
|
|
|
| 179 |
ChatToSequence = gr.Interface(
|
| 180 |
fn=chat_to_sequence,
|
| 181 |
inputs=[gr.Textbox(label="Sequence", placeholder="Input DNA Sequence..."),
|
|
|
|
| 182 |
gr.Textbox(label="Query", placeholder="Input Query...")],
|
| 183 |
+
outputs=[gr.Textbox(label="Response"),
|
| 184 |
+
gr.Plot(label='Graphic Response'),
|
| 185 |
+
gr.Textbox(label="Action Executed")],
|
| 186 |
allow_flagging="never",
|
| 187 |
title="Chat-To-Sequence",
|
| 188 |
description="This Demo App Allows You To Explore Your DNA Sequence Using Natural Language",
|