File size: 167 Bytes
c176aea
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
import os
import re
import base64
from pathlib import Path

import streamlit as st

with open('intro.md', 'r') as f:
    st.markdown(f.read(),unsafe_allow_html=True)