FerdinandPyCode commited on
Commit
9e9cf6d
·
1 Parent(s): 4a94aac

comment the remain

Browse files
Files changed (1) hide show
  1. app.py +32 -32
app.py CHANGED
@@ -73,8 +73,8 @@ if st.button("Lancer l'analyse"):
73
  st.json(result['result'], expanded=True)
74
 
75
  # Afficher le prompt final
76
- st.subheader("Prompt final envoyé au modèle")
77
- st.write(result['prompt'])
78
 
79
  except Exception as e:
80
  logging.error(f"Error during analysis: {e}")
@@ -90,8 +90,8 @@ if st.button("Lancer l'analyse"):
90
  st.json(result['result'], expanded=True)
91
 
92
  # Afficher le prompt final
93
- st.subheader("Prompt final envoyé au modèle")
94
- st.write(result['prompt'])
95
 
96
  except Exception as e:
97
  logging.error(f"Error during analysis: {e}")
@@ -107,8 +107,8 @@ if st.button("Lancer l'analyse"):
107
  st.json(result['result'], expanded=True)
108
 
109
  # Afficher le prompt final
110
- st.subheader("Prompt final envoyé au modèle")
111
- st.write(result['prompt'])
112
 
113
  except Exception as e:
114
  logging.error(f"Error during analysis: {e}")
@@ -124,8 +124,8 @@ if st.button("Lancer l'analyse"):
124
  st.json(result['result'], expanded=True)
125
 
126
  # Afficher le prompt final
127
- st.subheader("Prompt final envoyé au modèle")
128
- st.write(result['prompt'])
129
 
130
  except Exception as e:
131
  logging.error(f"Error during analysis: {e}")
@@ -141,8 +141,8 @@ if st.button("Lancer l'analyse"):
141
  st.json(result['result'], expanded=True)
142
 
143
  # Afficher le prompt final
144
- st.subheader("Prompt final envoyé au modèle")
145
- st.write(result['prompt'])
146
 
147
  except Exception as e:
148
  logging.error(f"Error during analysis: {e}")
@@ -158,8 +158,8 @@ if st.button("Lancer l'analyse"):
158
  st.json(result['result'], expanded=True)
159
 
160
  # Afficher le prompt final
161
- st.subheader("Prompt final envoyé au modèle")
162
- st.write(result['prompt'])
163
 
164
  except Exception as e:
165
  logging.error(f"Error during analysis: {e}")
@@ -175,8 +175,8 @@ if st.button("Lancer l'analyse"):
175
  st.json(result['result'], expanded=True)
176
 
177
  # Afficher le prompt final
178
- st.subheader("Prompt final envoyé au modèle")
179
- st.write(result['prompt'])
180
 
181
  except Exception as e:
182
  logging.error(f"Error during analysis: {e}")
@@ -192,8 +192,8 @@ if st.button("Lancer l'analyse"):
192
  st.json(result['result'], expanded=True)
193
 
194
  # Afficher le prompt final
195
- st.subheader("Prompt final envoyé au modèle")
196
- st.write(result['prompt'])
197
 
198
  except Exception as e:
199
  logging.error(f"Error during analysis: {e}")
@@ -209,8 +209,8 @@ if st.button("Lancer l'analyse"):
209
  st.json(result['result'], expanded=True)
210
 
211
  # Afficher le prompt final
212
- st.subheader("Prompt final envoyé au modèle")
213
- st.write(result['prompt'])
214
 
215
  except Exception as e:
216
  logging.error(f"Error during analysis: {e}")
@@ -226,8 +226,8 @@ if st.button("Lancer l'analyse"):
226
  st.json(result['result'], expanded=True)
227
 
228
  # Afficher le prompt final
229
- st.subheader("Prompt final envoyé au modèle")
230
- st.write(result['prompt'])
231
 
232
  except Exception as e:
233
  logging.error(f"Error during analysis: {e}")
@@ -243,8 +243,8 @@ if st.button("Lancer l'analyse"):
243
  st.json(result['result'], expanded=True)
244
 
245
  # Afficher le prompt final
246
- st.subheader("Prompt final envoyé au modèle")
247
- st.write(result['prompt'])
248
 
249
  except Exception as e:
250
  logging.error(f"Error during analysis: {e}")
@@ -260,8 +260,8 @@ if st.button("Lancer l'analyse"):
260
  st.json(result['result'], expanded=True)
261
 
262
  # Afficher le prompt final
263
- st.subheader("Prompt final envoyé au modèle")
264
- st.write(result['prompt'])
265
 
266
  except Exception as e:
267
  logging.error(f"Error during analysis: {e}")
@@ -277,8 +277,8 @@ if st.button("Lancer l'analyse"):
277
  st.json(result['result'], expanded=True)
278
 
279
  # Afficher le prompt final
280
- st.subheader("Prompt final envoyé au modèle")
281
- st.write(result['prompt'])
282
 
283
  except Exception as e:
284
  logging.error(f"Error during analysis: {e}")
@@ -294,8 +294,8 @@ if st.button("Lancer l'analyse"):
294
  st.json(result['result'], expanded=True)
295
 
296
  # Afficher le prompt final
297
- st.subheader("Prompt final envoyé au modèle")
298
- st.write(result['prompt'])
299
 
300
  except Exception as e:
301
  logging.error(f"Error during analysis: {e}")
@@ -311,8 +311,8 @@ if st.button("Lancer l'analyse"):
311
  st.json(result['result'], expanded=True)
312
 
313
  # Afficher le prompt final
314
- st.subheader("Prompt final envoyé au modèle")
315
- st.write(result['prompt'])
316
 
317
  except Exception as e:
318
  logging.error(f"Error during analysis: {e}")
@@ -328,8 +328,8 @@ if st.button("Lancer l'analyse"):
328
  st.json(result['result'], expanded=True)
329
 
330
  # Afficher le prompt final
331
- st.subheader("Prompt final envoyé au modèle")
332
- st.write(result['prompt'])
333
 
334
  except Exception as e:
335
  logging.error(f"Error during analysis: {e}")
 
73
  st.json(result['result'], expanded=True)
74
 
75
  # Afficher le prompt final
76
+ # st.subheader("Prompt final envoyé au modèle")
77
+ # st.write(result['prompt'])
78
 
79
  except Exception as e:
80
  logging.error(f"Error during analysis: {e}")
 
90
  st.json(result['result'], expanded=True)
91
 
92
  # Afficher le prompt final
93
+ # st.subheader("Prompt final envoyé au modèle")
94
+ # st.write(result['prompt'])
95
 
96
  except Exception as e:
97
  logging.error(f"Error during analysis: {e}")
 
107
  st.json(result['result'], expanded=True)
108
 
109
  # Afficher le prompt final
110
+ # st.subheader("Prompt final envoyé au modèle")
111
+ # st.write(result['prompt'])
112
 
113
  except Exception as e:
114
  logging.error(f"Error during analysis: {e}")
 
124
  st.json(result['result'], expanded=True)
125
 
126
  # Afficher le prompt final
127
+ # st.subheader("Prompt final envoyé au modèle")
128
+ # st.write(result['prompt'])
129
 
130
  except Exception as e:
131
  logging.error(f"Error during analysis: {e}")
 
141
  st.json(result['result'], expanded=True)
142
 
143
  # Afficher le prompt final
144
+ # st.subheader("Prompt final envoyé au modèle")
145
+ # st.write(result['prompt'])
146
 
147
  except Exception as e:
148
  logging.error(f"Error during analysis: {e}")
 
158
  st.json(result['result'], expanded=True)
159
 
160
  # Afficher le prompt final
161
+ # st.subheader("Prompt final envoyé au modèle")
162
+ # st.write(result['prompt'])
163
 
164
  except Exception as e:
165
  logging.error(f"Error during analysis: {e}")
 
175
  st.json(result['result'], expanded=True)
176
 
177
  # Afficher le prompt final
178
+ # st.subheader("Prompt final envoyé au modèle")
179
+ # st.write(result['prompt'])
180
 
181
  except Exception as e:
182
  logging.error(f"Error during analysis: {e}")
 
192
  st.json(result['result'], expanded=True)
193
 
194
  # Afficher le prompt final
195
+ # st.subheader("Prompt final envoyé au modèle")
196
+ # st.write(result['prompt'])
197
 
198
  except Exception as e:
199
  logging.error(f"Error during analysis: {e}")
 
209
  st.json(result['result'], expanded=True)
210
 
211
  # Afficher le prompt final
212
+ # st.subheader("Prompt final envoyé au modèle")
213
+ # st.write(result['prompt'])
214
 
215
  except Exception as e:
216
  logging.error(f"Error during analysis: {e}")
 
226
  st.json(result['result'], expanded=True)
227
 
228
  # Afficher le prompt final
229
+ # st.subheader("Prompt final envoyé au modèle")
230
+ # st.write(result['prompt'])
231
 
232
  except Exception as e:
233
  logging.error(f"Error during analysis: {e}")
 
243
  st.json(result['result'], expanded=True)
244
 
245
  # Afficher le prompt final
246
+ # st.subheader("Prompt final envoyé au modèle")
247
+ # st.write(result['prompt'])
248
 
249
  except Exception as e:
250
  logging.error(f"Error during analysis: {e}")
 
260
  st.json(result['result'], expanded=True)
261
 
262
  # Afficher le prompt final
263
+ # st.subheader("Prompt final envoyé au modèle")
264
+ # st.write(result['prompt'])
265
 
266
  except Exception as e:
267
  logging.error(f"Error during analysis: {e}")
 
277
  st.json(result['result'], expanded=True)
278
 
279
  # Afficher le prompt final
280
+ # st.subheader("Prompt final envoyé au modèle")
281
+ # st.write(result['prompt'])
282
 
283
  except Exception as e:
284
  logging.error(f"Error during analysis: {e}")
 
294
  st.json(result['result'], expanded=True)
295
 
296
  # Afficher le prompt final
297
+ # st.subheader("Prompt final envoyé au modèle")
298
+ # st.write(result['prompt'])
299
 
300
  except Exception as e:
301
  logging.error(f"Error during analysis: {e}")
 
311
  st.json(result['result'], expanded=True)
312
 
313
  # Afficher le prompt final
314
+ # st.subheader("Prompt final envoyé au modèle")
315
+ # st.write(result['prompt'])
316
 
317
  except Exception as e:
318
  logging.error(f"Error during analysis: {e}")
 
328
  st.json(result['result'], expanded=True)
329
 
330
  # Afficher le prompt final
331
+ # st.subheader("Prompt final envoyé au modèle")
332
+ # st.write(result['prompt'])
333
 
334
  except Exception as e:
335
  logging.error(f"Error during analysis: {e}")