fabriquedoc-frontend/app_tab2.py

7 lines
110 B
Python
Raw Normal View History

import streamlit as st
def app_tab2():
st.write("Aperçu")
st.markdown(st.session_state['content'])