ysharma HF Staff commited on
Commit
00b8ed0
·
1 Parent(s): 4d94ce2

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. 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/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:
 
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: