Spaces:
Sleeping
Sleeping
import gradio as gr | |
def render(online): | |
with gr.Column(): | |
gr.Markdown("### Rescue Operations") | |
gr.Textbox(label="(Placeholder) SAR is active in {} mode.".format("Online" if online else "Offline")) |