Spaces:
Runtime error
Runtime error
Samuel-DD07
commited on
Commit
•
07ced5a
1
Parent(s):
a0ef297
Mise à jour des liens des images de profil utilisateur et bot
Browse files
app.py
CHANGED
@@ -282,7 +282,7 @@ def suggestion3(chat_history):
|
|
282 |
chat_history.append((response, None))
|
283 |
return chat_history
|
284 |
|
285 |
-
user_profile_image = "https://
|
286 |
bot_profile_image = "https://github.com/LucasAguetai/ALOQAS/blob/main/Ressources/pp%20discord%20copie.png?raw=true"
|
287 |
|
288 |
with gr.Blocks(theme=theme, css=css) as demo: # Suppression de 'css=css' si 'css' n'est pas défini
|
|
|
282 |
chat_history.append((response, None))
|
283 |
return chat_history
|
284 |
|
285 |
+
user_profile_image = "https://huggingface.co/spaces/ALOQAS/aloqas-gradio/resolve/main/img/user.png"
|
286 |
bot_profile_image = "https://github.com/LucasAguetai/ALOQAS/blob/main/Ressources/pp%20discord%20copie.png?raw=true"
|
287 |
|
288 |
with gr.Blocks(theme=theme, css=css) as demo: # Suppression de 'css=css' si 'css' n'est pas défini
|