Spaces:
Build error
Build error
Update app_dialogue.py
Browse files- app_dialogue.py +5 -1
app_dialogue.py
CHANGED
@@ -553,10 +553,14 @@ textbox = gr.Textbox(
|
|
553 |
label="Text input",
|
554 |
)
|
555 |
|
556 |
-
|
557 |
#chatbot {background-image: url('https://e7.pngegg.com/pngimages/393/627/png-clipart-obelix-asterix-cartoon-comic-book-comics-asterix-and-obelix-comics-food.png');}
|
558 |
"""
|
559 |
|
|
|
|
|
|
|
|
|
560 |
with gr.Blocks(title="IDEFICS-Chat", theme=gr.themes.Base(), css=css) as demo:
|
561 |
gr.Markdown(
|
562 |
"""
|
|
|
553 |
label="Text input",
|
554 |
)
|
555 |
|
556 |
+
css1 = """
|
557 |
#chatbot {background-image: url('https://e7.pngegg.com/pngimages/393/627/png-clipart-obelix-asterix-cartoon-comic-book-comics-asterix-and-obelix-comics-food.png');}
|
558 |
"""
|
559 |
|
560 |
+
css = """
|
561 |
+
#chatbot {background-image: url('https://huggingface.co/spaces/ysharma/m4-dialogue_copy3/resolve/main/idefics_720.png');}
|
562 |
+
"""
|
563 |
+
|
564 |
with gr.Blocks(title="IDEFICS-Chat", theme=gr.themes.Base(), css=css) as demo:
|
565 |
gr.Markdown(
|
566 |
"""
|