Spaces:
Build error
Build error
Update app_dialogue.py
Browse files- app_dialogue.py +19 -5
app_dialogue.py
CHANGED
@@ -554,20 +554,34 @@ textbox = gr.Textbox(
|
|
554 |
)
|
555 |
|
556 |
css_not = """
|
557 |
-
#chatbot {
|
|
|
|
|
|
|
558 |
"""
|
559 |
|
560 |
css = """
|
561 |
-
#chatbot {
|
|
|
|
|
|
|
562 |
"""
|
563 |
css1 = """
|
564 |
-
#chatbot {
|
|
|
|
|
|
|
565 |
"""
|
566 |
css2 = """
|
567 |
-
#chatbot {
|
|
|
|
|
568 |
"""
|
569 |
css3 = """
|
570 |
-
#chatbot {
|
|
|
|
|
|
|
571 |
"""
|
572 |
|
573 |
with gr.Blocks(title="IDEFICS-Chat", theme=gr.themes.Base(), css=css2) as demo:
|
|
|
554 |
)
|
555 |
|
556 |
css_not = """
|
557 |
+
#chatbot {
|
558 |
+
background-image: url('https://e7.pngegg.com/pngimages/393/627/png-clipart-obelix-asterix-cartoon-comic-book-comics-asterix-and-obelix-comics-food.png');
|
559 |
+
background-repeat: repeat;
|
560 |
+
}
|
561 |
"""
|
562 |
|
563 |
css = """
|
564 |
+
#chatbot {
|
565 |
+
background-image: url('https://huggingface.co/spaces/ysharma/m4-dialogue_copy4/resolve/main/idefics_720.png');
|
566 |
+
background-repeat: repeat;
|
567 |
+
}
|
568 |
"""
|
569 |
css1 = """
|
570 |
+
#chatbot {
|
571 |
+
background-image: url('https://huggingface.co/spaces/ysharma/m4-dialogue_copy4/resolve/main/idefics_720_1.png');
|
572 |
+
background-repeat: repeat;
|
573 |
+
}
|
574 |
"""
|
575 |
css2 = """
|
576 |
+
#chatbot {
|
577 |
+
background-image: url('https://huggingface.co/spaces/ysharma/m4-dialogue_copy4/resolve/main/idefics_720_2.png');
|
578 |
+
background-repeat: repeat;}
|
579 |
"""
|
580 |
css3 = """
|
581 |
+
#chatbot {
|
582 |
+
background-image: url('https://huggingface.co/spaces/ysharma/m4-dialogue_copy4/resolve/main/idefics_720_3.png');
|
583 |
+
background-repeat: repeat;
|
584 |
+
}
|
585 |
"""
|
586 |
|
587 |
with gr.Blocks(title="IDEFICS-Chat", theme=gr.themes.Base(), css=css2) as demo:
|