Update app.py
Browse files
app.py
CHANGED
@@ -351,10 +351,6 @@ def generate_statistics():
|
|
351 |
return f"Nombre total d'interactions : {total_interactions}", fig_likes, fig_evolution, history, context_str
|
352 |
|
353 |
|
354 |
-
|
355 |
-
|
356 |
-
feedback_text = gr.Textbox(label="Feedback")
|
357 |
-
|
358 |
def format_context(context):
|
359 |
return "\n".join([f"User: {msg[0]}\nLucas: {msg[1]}" for msg in context if msg[1] is not None])
|
360 |
|
|
|
351 |
return f"Nombre total d'interactions : {total_interactions}", fig_likes, fig_evolution, history, context_str
|
352 |
|
353 |
|
|
|
|
|
|
|
|
|
354 |
def format_context(context):
|
355 |
return "\n".join([f"User: {msg[0]}\nLucas: {msg[1]}" for msg in context if msg[1] is not None])
|
356 |
|