ysharma HF Staff commited on
Commit
91c4878
·
1 Parent(s): c076fbf

made image less opaque

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