Update app.py
Browse files
app.py
CHANGED
@@ -266,16 +266,16 @@ with gr.Blocks(css=css) as demo:
|
|
266 |
with gr.Column():
|
267 |
input_protein = gr.Textbox(type="text", label="Upload sequence")
|
268 |
prompt = gr.Textbox(type="text", label="Taxonomy Prompt (Optional)")
|
269 |
-
submit_btn = gr.Button(value="Submit"
|
270 |
with gr.Column():
|
271 |
# output_text = gr.Textbox(label="Output Text")
|
272 |
with gr.Accordion('Prediction:', open=True):
|
273 |
output_markdown = gr.Markdown(label="Output")
|
274 |
with gr.Row():
|
275 |
with gr.Column():
|
276 |
-
upvote_button = gr.Button("π"
|
277 |
with gr.Column():
|
278 |
-
downvote_button = gr.Button("π"
|
279 |
with gr.Column():
|
280 |
vote_markdown = gr.Markdown(label="Output")
|
281 |
with gr.Column():
|
|
|
266 |
with gr.Column():
|
267 |
input_protein = gr.Textbox(type="text", label="Upload sequence")
|
268 |
prompt = gr.Textbox(type="text", label="Taxonomy Prompt (Optional)")
|
269 |
+
submit_btn = gr.Button(value="Submit")
|
270 |
with gr.Column():
|
271 |
# output_text = gr.Textbox(label="Output Text")
|
272 |
with gr.Accordion('Prediction:', open=True):
|
273 |
output_markdown = gr.Markdown(label="Output")
|
274 |
with gr.Row():
|
275 |
with gr.Column():
|
276 |
+
upvote_button = gr.Button("π")
|
277 |
with gr.Column():
|
278 |
+
downvote_button = gr.Button("π")
|
279 |
with gr.Column():
|
280 |
vote_markdown = gr.Markdown(label="Output")
|
281 |
with gr.Column():
|