7 lines
110 B
Python
7 lines
110 B
Python
|
import streamlit as st
|
||
|
|
||
|
|
||
|
def app_tab2():
|
||
|
st.write("Aperçu")
|
||
|
st.markdown(st.session_state['content'])
|