codettefloodresponse / petgrid 2.py
Raiff1982's picture
Upload 8 files
9f88cc8 verified
raw
history blame
236 Bytes
import gradio as gr
def render(online):
with gr.Column():
gr.Markdown("### PetGrid - Lost/Found Pet Support")
gr.Textbox(label="(Placeholder) PetGrid operating in {} mode.".format("Online" if online else "Offline"))