BioMike's picture
Upload 23 files
7476d14 verified
raw
history blame contribute delete
No virus
165 Bytes
import gradio as gr
with open('materials/introduction.html', 'r', encoding='utf-8') as file:
html_description = file.read()
landing = gr.HTML(html_description)