Spaces:
Build error
Build error
Update app_dialogue.py
Browse files- app_dialogue.py +1 -1
app_dialogue.py
CHANGED
@@ -570,7 +570,7 @@ css3 = """
|
|
570 |
#chatbot {background-image: url('https://huggingface.co/spaces/ysharma/m4-dialogue_copy4/resolve/main/idefics_720_3.png');}
|
571 |
"""
|
572 |
|
573 |
-
with gr.Blocks(title="IDEFICS-Chat", theme=gr.themes.Base(), css=
|
574 |
gr.Markdown(
|
575 |
"""
|
576 |
# IDEFICS
|
|
|
570 |
#chatbot {background-image: url('https://huggingface.co/spaces/ysharma/m4-dialogue_copy4/resolve/main/idefics_720_3.png');}
|
571 |
"""
|
572 |
|
573 |
+
with gr.Blocks(title="IDEFICS-Chat", theme=gr.themes.Base(), css=css2) as demo:
|
574 |
gr.Markdown(
|
575 |
"""
|
576 |
# IDEFICS
|