import gradio as gr demo = gr.Blocks() with demo: gr.HTML(""" 3D Maze Game Demo

Position:

Rotation:

""") demo.launch()