Spaces:
Runtime error
Runtime error
Update app_dialogue.py
Browse files- app_dialogue.py +2 -2
app_dialogue.py
CHANGED
@@ -548,9 +548,9 @@ textbox = gr.Textbox(
|
|
548 |
|
549 |
css = """
|
550 |
#chatbot {
|
551 |
-
background-image: url('https://huggingface.co/spaces/ysharma/m4-dialogue_copy4/resolve/main/
|
552 |
background-repeat: repeat;
|
553 |
-
|
554 |
"""
|
555 |
|
556 |
with gr.Blocks(title="IDEFICS-Chat", theme=gr.themes.Base(), css=css) as demo:
|
|
|
548 |
|
549 |
css = """
|
550 |
#chatbot {
|
551 |
+
background-image: url('https://huggingface.co/spaces/ysharma/m4-dialogue_copy4/resolve/main/idefics_transparent20.png');
|
552 |
background-repeat: repeat;
|
553 |
+
}
|
554 |
"""
|
555 |
|
556 |
with gr.Blocks(title="IDEFICS-Chat", theme=gr.themes.Base(), css=css) as demo:
|