This repository has been archived on 2025-01-03. You can view files and clone it, but cannot push or open issues or pull requests.
fabriquedoc-frontend/app_tab2.py

6 lines
110 B
Python

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