Spaces:
Paused
Paused
Update app_dialogue.py
Browse files- app_dialogue.py +1 -1
app_dialogue.py
CHANGED
@@ -548,7 +548,7 @@ textbox = gr.Textbox(
|
|
548 |
|
549 |
css = """
|
550 |
#chatbot {
|
551 |
-
background-image: url('https://huggingface.co/spaces/
|
552 |
background-repeat: repeat;
|
553 |
}
|
554 |
"""
|
|
|
548 |
|
549 |
css = """
|
550 |
#chatbot {
|
551 |
+
background-image: url('https://huggingface.co/spaces/HuggingFaceM4/m4-dialogue/resolve/main/idefics_transparent20.png');
|
552 |
background-repeat: repeat;
|
553 |
}
|
554 |
"""
|