Spaces:
Running
Running
Ilyas KHIAT
commited on
Commit
·
5230ab5
1
Parent(s):
c2f2340
kg
Browse files
audit_page/compte_rendu.py
CHANGED
@@ -91,7 +91,7 @@ def cr_main():
|
|
91 |
st.write(f"- {audit['Mots clés'].strip()}")
|
92 |
st.write(cr)
|
93 |
if st.button("📋",key="copy_transcription"):
|
94 |
-
pyperclip.copy(
|
95 |
st.success("Transcription copiée dans le presse-papier")
|
96 |
|
97 |
with col2.container(border=True,height=800):
|
|
|
91 |
st.write(f"- {audit['Mots clés'].strip()}")
|
92 |
st.write(cr)
|
93 |
if st.button("📋",key="copy_transcription"):
|
94 |
+
pyperclip.copy(cr)
|
95 |
st.success("Transcription copiée dans le presse-papier")
|
96 |
|
97 |
with col2.container(border=True,height=800):
|