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