import gradio as gr with gr.Blocks() as demo: title = gr.HTML('
') content = gr.HTML(' ') next_blocks = 55 next_mins = 11 next_reward_update = gr.HTML(f' ') top_models = gr.Label(label='Top Models', value={ "apple": 0.7, "banana": 0.2, "orange": 0.1 }) demo.launch(share=True)