File size: 165 Bytes
a60b731
31ef08e
2f624f6
4af0645
2f624f6
a60b731
1
2
3
4
5
6
import gradio as gr
from bcogsphere import bcs
css="footer {visibility: hidden}"

iface = gr.Interface(fn=bcs, inputs="text", outputs="text", css=css)
iface.launch()