codettefloodresponse / petgrid.py
Raiff1982's picture
Rename petgrid 2.py to petgrid.py
885ff70 verified
raw
history blame contribute delete
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"))