jbondy007 commited on
Commit
780c51f
·
verified ·
1 Parent(s): 1426f28

language correction

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -63,9 +63,8 @@ st.markdown("""
63
  """, unsafe_allow_html=True)
64
 
65
  sample_prompt = """
66
- Vous êtes un professionnel de santé, expert dans l'analyse des images médicales (échographie, radiographie standard, TDM, IRM, ...), travaillant pour un hôpital de renom. Votre tâche consiste à examiner des images médicales afin d'identifier les anomalies, maladies ou problèmes de santé éventuels. Vous devez fournir des résultats détaillés, incluant toutes vos observations, les prochaines étapes, ainsi que des recommandations.
67
- Votre analyse reste dans le cadre éducatif d'étudiants en radiologie médicale et ne sera en aucun cas publique. L'objectif est d'initier ces étudiants à l'interpretation des clichés radiologique.
68
- **Instructions :**
69
  1. I will only analyze images related to the human body and health issues.
70
  2. My responses will be structured and detailed, covering:
71
  - Identified anomalies (if any).
@@ -256,7 +255,7 @@ if uploaded_file is not None:
256
 
257
  # ELI5 Explanation
258
  # Explication simplifiée
259
- st.markdown("### 🤓 Simplified Explanation")
260
  if 'result' in st.session_state and st.session_state['result']:
261
  st.info("Below, there's an ELI5 option to help you understand in simple terms.")
262
  if st.radio("ELI5 - Explain it to me like I'm 5", ('NO', 'YES')) == 'YES':
 
63
  """, unsafe_allow_html=True)
64
 
65
  sample_prompt = """
66
+ You are a healthcare professional, an expert in the analysis of medical images (ultrasound, standard radiography, CT scan, MRI, ...), working for a renowned hospital. Your task is to examine medical images in order to identify any anomalies, diseases, or potential health problems. You must provide detailed results, including all your observations, next steps, and recommendations.
67
+ Your analysis remains within the educational framework of medical radiology students and will in no way be public. The objective is to introduce these students to the interpretation of radiological images.**Instructions :**
 
68
  1. I will only analyze images related to the human body and health issues.
69
  2. My responses will be structured and detailed, covering:
70
  - Identified anomalies (if any).
 
255
 
256
  # ELI5 Explanation
257
  # Explication simplifiée
258
+ st.markdown("### 🤓 Simplified explanation")
259
  if 'result' in st.session_state and st.session_state['result']:
260
  st.info("Below, there's an ELI5 option to help you understand in simple terms.")
261
  if st.radio("ELI5 - Explain it to me like I'm 5", ('NO', 'YES')) == 'YES':