Spaces:
Runtime error
Runtime error
Kevin Louis commited on
Commit ·
dd20bc1
1
Parent(s): e6cc6ba
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,6 +179,7 @@ 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.Textbox(label="Query", placeholder="Input Query...")],
|
| 183 |
outputs=[gr.Textbox(label="Response"), gr.Textbox(label="Action Executed")],
|
| 184 |
allow_flagging="never",
|
|
|
|
| 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"), gr.Textbox(label="Action Executed")],
|
| 185 |
allow_flagging="never",
|