Spaces:
Sleeping
Sleeping
File size: 217 Bytes
9f88cc8 |
1 2 3 4 5 6 |
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")) |