Ray_portolio / app.py
KRayRay's picture
Create app.py
8292deb verified
raw
history blame contribute delete
358 Bytes
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()