Spaces:
Sleeping
Sleeping
| import gradio as gr | |
| with gr.Blocks() as demo: | |
| with gr.Row(): | |
| with gr.Column(): | |
| gr.Markdown("# This is Ray's profile page") | |
| gr.Image("banner.jpg") | |
| with gr.Column(): | |
| gr.Markdown("# This is Ray's profile page") | |
| gr.Image("banner.jpg") | |
| gr.Markdown("# This is Ray's profile page") | |
| gr.Image("banner.jpg") | |
| demo.launch() |