File size: 165 Bytes
7476d14
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

with open('materials/introduction.html', 'r', encoding='utf-8') as file:
    html_description = file.read()

landing = gr.HTML(html_description)