codettefloodresponse / sarcore.py
Raiff1982's picture
Upload 8 files
9f88cc8 verified
raw
history blame
217 Bytes
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"))