未验证 提交 2f041aba 编写于 作者: D DanielYang 提交者: GitHub

Update app.py

上级 04a71f22
!pip install -q gradio
import gradio as gr import gradio as gr
import os import os
...@@ -94,4 +92,4 @@ with demo: ...@@ -94,4 +92,4 @@ with demo:
btn = gr.Button("View") btn = gr.Button("View")
mol = gr.HTML() mol = gr.HTML()
btn.click(fn=update, inputs=[fastaName,fastaContent], outputs=mol) btn.click(fn=update, inputs=[fastaName,fastaContent], outputs=mol)
demo.launch() demo.launch()
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册