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