Spaces:
Sleeping
Sleeping
Ilyas KHIAT commited on
Commit ·
3533447
1
Parent(s): 5230ab5
kg
Browse files
audit_page/compte_rendu.py
CHANGED
|
@@ -90,9 +90,9 @@ def cr_main():
|
|
| 90 |
st.markdown("### Mots clés extraits:")
|
| 91 |
st.write(f"- {audit['Mots clés'].strip()}")
|
| 92 |
st.write(cr)
|
| 93 |
-
if st.button("📋",key="copy_transcription"):
|
| 94 |
-
|
| 95 |
-
|
| 96 |
|
| 97 |
with col2.container(border=True,height=800):
|
| 98 |
st.markdown("##### Dialoguer avec le CR")
|
|
|
|
| 90 |
st.markdown("### Mots clés extraits:")
|
| 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):
|
| 98 |
st.markdown("##### Dialoguer avec le CR")
|