Custom Streamlit Background Image/Color Gradient through CSS

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ต.ค. 2024

ความคิดเห็น • 90

  • @sempercrescere6274
    @sempercrescere6274 วันที่ผ่านมา

    Great video, and great way of presenting!! Thank you!

  • @CodingIsFun
    @CodingIsFun 2 ปีที่แล้ว +9

    That is super useful! Thank you!

  • @junealexissantos4341
    @junealexissantos4341 2 ปีที่แล้ว +4

    This is so cool! Hope they add new features that will support these methods natively.

    • @andfanilo
      @andfanilo  2 ปีที่แล้ว +1

      Hey June!
      Wait & See ... maybe enabling CSS parsing for backgroundColor in the config file for theming could already help.
      I think this is the kind of feature that needs activity in this issue (github.com/streamlit/streamlit/issues/2725 ) to be considered

  • @cwenfernandes6072
    @cwenfernandes6072 7 หลายเดือนก่อน

    This is so helpful really solved my problem of adding background to streamlit.. Thank you !!!

    • @andfanilo
      @andfanilo  7 หลายเดือนก่อน

      Glad it helped! Thanks for watching :)

  • @digitalcivilulydighed
    @digitalcivilulydighed 6 หลายเดือนก่อน

    The best channel for streamlit!

    • @andfanilo
      @andfanilo  6 หลายเดือนก่อน +1

      Thanks for the support 🙏 see you on the next video!

  • @rodrigobogado653
    @rodrigobogado653 5 หลายเดือนก่อน

    It's 3 in the morning here and every time I put on streamlit I get fanilo hahahaha. Thanks for the videos bro!

    • @andfanilo
      @andfanilo  5 หลายเดือนก่อน

      😆 Aren't my videos too "exciting" to get you to sleep?! Thanks for the support as always, very appreciated :) also there's a new one coming tomorrow eheh

    • @rodrigobogado653
      @rodrigobogado653 5 หลายเดือนก่อน

      @@andfanilo Very good videos, I was just looking at the backgrounds and how to make something more personalized, thanks man

  • @lhcbenac
    @lhcbenac ปีที่แล้ว +2

    amazing joke " Oh no, not CSS" . Got me laughing for a while on this! Great content keep going , this chanel is really awesome.

    • @andfanilo
      @andfanilo  ปีที่แล้ว

      Glad you enjoyed it, thanks for the support ! I will keep going and hope to see you around :)

  • @Sonntagssoziologe
    @Sonntagssoziologe 3 หลายเดือนก่อน

    Oh no css I cried, but now I'm jumping happily through the grass.

  • @flight5056
    @flight5056 2 ปีที่แล้ว +1

    ❣awesome video - super useful.. lots of info packed into 5 min

    • @andfanilo
      @andfanilo  2 ปีที่แล้ว +1

      Thanks for the support! You should be enjoying your summer break though!!

  • @alessandroceccarelli6889
    @alessandroceccarelli6889 2 ปีที่แล้ว +2

    Great content as usual 👏🏻👏🏻

    • @andfanilo
      @andfanilo  2 ปีที่แล้ว +1

      Thanks for the endless support! Hope you are enjoying summer :)

  • @sizeli7120
    @sizeli7120 ปีที่แล้ว +1

    Fantastic work, very inspiring! Thank you !!

    • @andfanilo
      @andfanilo  ปีที่แล้ว

      Thanks for your support, much appreciated 😊

  • @oleksandrarsentiev7152
    @oleksandrarsentiev7152 ปีที่แล้ว +1

    exactly what I was looking for! Thanks a lot!

    • @andfanilo
      @andfanilo  ปีที่แล้ว

      Awesome! What background are you planning to put :D ?

  • @juliocamplaz3212
    @juliocamplaz3212 8 หลายเดือนก่อน

    amazing!!! you just saved me a lot of hours!!! 👏

  • @iputudodiksukmaindranata4599
    @iputudodiksukmaindranata4599 ปีที่แล้ว

    That is super useful broo! Thank you!

    • @andfanilo
      @andfanilo  ปีที่แล้ว

      Happy to help :) thanks for the support!

  • @reflet1501
    @reflet1501 ปีที่แล้ว

    Thanks, this helped out a lot!

    • @andfanilo
      @andfanilo  ปีที่แล้ว

      Glad to hear, looking forward to your app!

  •  2 ปีที่แล้ว

    Good work. Again !

    • @andfanilo
      @andfanilo  2 ปีที่แล้ว

      Thank you for following and your support :) very appreciated

  • @lucasfescina
    @lucasfescina ปีที่แล้ว

    your videos are awasome

    • @andfanilo
      @andfanilo  ปีที่แล้ว

      Thanks for the feedback, hope to keep seeing you around!
      What images are you putting in Streamlit background :) ?

    • @lucasfescina
      @lucasfescina ปีที่แล้ว

      @@andfanilo I gave up when I saw hoe hard it is haha

    • @lucasfescina
      @lucasfescina ปีที่แล้ว

      Can I ask something: streamlit cloud accept an archive pickle ?

    • @andfanilo
      @andfanilo  ปีที่แล้ว

      @@lucasfescina From memory anything stored in the Github repo is available in the deployed app. As long as the pickle is not too big and stored in Github it should be fine.
      You can also download it from some remote Google drive location and cache it after deserializing.

  • @eugenmalatov5470
    @eugenmalatov5470 8 หลายเดือนก่อน

    Funny presentation and amazing content. A bit too fast for me with all the code in the background (but need to learn to use the k key)
    Anyways, one thing I have not understood.
    So, normally one needs to put the image in the correct static folder. Seems normal and easy.
    You say you want to use a markdown as text (image -> text encoding). Fair enoug, but where do you put the image file?
    I did not get it.

    • @andfanilo
      @andfanilo  8 หลายเดือนก่อน +1

      Hello!
      As per the source code ( github.com/andfanilo/social-media-tutorials/blob/master/20220817-streamlit_css_background/streamlit_app.py ) you can put the image wherever you want, since you are going to read the image in your Python code and encode it as base64 programmatically ( with the `get_img_as_base64("image.jpg")` line, if you put the image in an "assets' folder it will be `get_img_as_base64("assets/image.jpg")`)
      This video being a little old, there is now a better way to do with static file serving ( docs.streamlit.io/library/advanced-features/static-file-serving ).
      1. You enable static file serving through `.streamlit/config.toml` adding:
      ```
      [server]
      enableStaticServing = true
      ```
      2. you put your image in `static` folder at the root of your project, it should now be served at the `localhost:8501/app/static/image.jpg` link
      3. In your st.markdown code, you can point directly to the image url instead of using the base64 representation:
      ```
      import streamlit as st
      page_bg_img = f"""
      [data-testid="stAppViewContainer"] > .main {{
      background-image: url("app/static/image.jpg");
      }}
      """
      st.markdown(page_bg_img, unsafe_allow_html=True)
      ```
      Good luck!

    • @eugenmalatov5470
      @eugenmalatov5470 8 หลายเดือนก่อน

      @@andfanilo Thank you !!!! :))

  • @i.dragons
    @i.dragons 2 ปีที่แล้ว

    Great Work!

    • @andfanilo
      @andfanilo  2 ปีที่แล้ว +1

      Thank you, looking forward to Streamlit with background image apps from you :)

  • @mahipalbora4679
    @mahipalbora4679 11 หลายเดือนก่อน

    really helpful. How can we change the background color of an ?. I have been really struggling with that

  • @shosh232314
    @shosh232314 2 ปีที่แล้ว +1

    Thank u so much🙏🏻

    • @andfanilo
      @andfanilo  2 ปีที่แล้ว

      You're welcome 😊 happy Streamlitin'!

  • @wooof9470
    @wooof9470 6 หลายเดือนก่อน

    Good video

    • @andfanilo
      @andfanilo  6 หลายเดือนก่อน

      Thanks for watching :)

  • @harrygolde6031
    @harrygolde6031 8 หลายเดือนก่อน

    Thank you!

  • @elenagavrilova3109
    @elenagavrilova3109 11 หลายเดือนก่อน

    thank you!

    • @andfanilo
      @andfanilo  11 หลายเดือนก่อน

      You're welcome! Hope to keep seeing you around :)

  • @amarnath1828
    @amarnath1828 6 หลายเดือนก่อน

    thank you sir

    • @andfanilo
      @andfanilo  6 หลายเดือนก่อน

      Thanks for watching :) see you on the next one

  • @darrellardhanihidayat555
    @darrellardhanihidayat555 ปีที่แล้ว

    hi sensei, first things first thk for the video so i can learn how to customize background on streamlit using css, but i got 1 tiny problem, which is the photo form url is not in the streamlit background, how to fix it sensei🙏🙏

  • @badabd3620
    @badabd3620 ปีที่แล้ว

    super ta vidéo

    • @andfanilo
      @andfanilo  ปีที่แล้ว

      Merci pour le soutien 😁

  • @SaravananB-d4n
    @SaravananB-d4n 11 หลายเดือนก่อน

    Thank you very much❤
    But when I change background, my app is running slow

    • @andfanilo
      @andfanilo  11 หลายเดือนก่อน +1

      Hey, that's odd..is your image heavy, like a high resolution PNG?

  • @tareefroustom6759
    @tareefroustom6759 2 ปีที่แล้ว

    Love it

  • @DrGauravAI
    @DrGauravAI 2 ปีที่แล้ว

    Awesome

    • @andfanilo
      @andfanilo  2 ปีที่แล้ว

      Looking forward to your masterpiece 🙂

  • @ufk_sn
    @ufk_sn ปีที่แล้ว

    thanks for the video. I want to change the background color of only one column/container and tried the code below but it changes the color of all of the columns/containers. How can I handle it?
    columns(2)
    with cols [0]:
    page_bg_img = """

    [data-testid="column"] {
    background-color: black;
    }

    """
    st.markdown(page_bg_img,unsafe_allow_html=True)

    • @andfanilo
      @andfanilo  ปีที่แล้ว

      Hey! It's a bit of a pain but discuss.streamlit.io/t/changing-color-of-a-column/10175/3 or th-cam.com/video/SLyS0v8br20/w-d-xo.html should help
      I haven't tried but extras.streamlit.app/Styleable%20Container on a specific column css may do the trick too
      Hope this help quickstart something!
      Fanilo

  • @samuelsimons4649
    @samuelsimons4649 2 ปีที่แล้ว

    King!

    • @andfanilo
      @andfanilo  2 ปีที่แล้ว

      Thanks for watching, looking forward to the background image you will choose !

  • @miojovege
    @miojovege 2 ปีที่แล้ว

    Genius

    • @andfanilo
      @andfanilo  2 ปีที่แล้ว

      Thanks for watching, looking forward to seeing your app with a stylish background!

  • @estelari
    @estelari ปีที่แล้ว

    thankssss

    • @andfanilo
      @andfanilo  ปีที่แล้ว

      Your welcome =) what background are you trying to put?

  • @ananthramkumar9293
    @ananthramkumar9293 ปีที่แล้ว +4

    You need to explain in detail.

    • @andfanilo
      @andfanilo  ปีที่แล้ว

      Hello, you'll have to be more precise on what part you need more detail, otherwise no one can help you ^^"

  • @vladigospel
    @vladigospel 2 ปีที่แล้ว

    tks for the video, I have a problem, when I try to add a local background image with the base64 method, the "No such file or directory: 'image.jpg' " error appears. I have the image in the same folder where I have the .py file, that is correct? I really appreciate your help

    • @andfanilo
      @andfanilo  2 ปีที่แล้ว

      Hello Vladimir!
      It will depend on the working directory, which is from where you are running the streamlit command. If you are running from a different folder than where the script is, then the relative path will start from the initial folder, not the script's one. Same issue if you are running a multipage app, the folder for the relative pathing would not be your script but the root main script.
      Don't hesitate to run "st.write(os.getcwd())" to see where you are running this from, and "st.write(os.listdir("./"))" to see if your image.jpg is in this list, and if that's not the case you may need to change "image.jpg" to "../image.jpg" or "folder/image.jpg" to traverse your directory.
      Or not totally tested but the __file__ variable returns the location of the file so using pathlib you could do "(Path(__file__).resolve().parent / "image.jpg"" to go from your script to the script's folder to the image.jpg next to the script.
      Hope this helps
      Fanilo

    • @sahitya2042
      @sahitya2042 ปีที่แล้ว

      @@andfanilo Hey Fanilo ! I ran " st.write(os.listdir("./")) " and found my image in the list. But still couldn't find my background image in my website. Could You please help ?
      Thank You
      Sahitya

    • @haripriyareddy7978
      @haripriyareddy7978 9 หลายเดือนก่อน

      ​@@sahitya2042did u get it if so kindly help me to make it done even I am facing the same issue

  • @ainanirina758
    @ainanirina758 2 ปีที่แล้ว

    Tsy nampoiziko ity chaine ity hoe gasy, mafinaritra!
    Aty Madagascar ve enao?

  • @asifkhanpattan9982
    @asifkhanpattan9982 10 หลายเดือนก่อน

    can i know from where u had learn this??

    • @andfanilo
      @andfanilo  10 หลายเดือนก่อน

      Hey! Hmmm, from experience in building HTML/CSS frontends and a bit of forum reading discuss.streamlit.io/

  •  ปีที่แล้ว

    haha I like your voice, so impressive and attractive

    • @andfanilo
      @andfanilo  ปีที่แล้ว

      Thank you for the compliment, have a nice day!

  • @gehhard
    @gehhard ปีที่แล้ว

    I am Brazilian, is it possible integrate statsmodel with streamlit?

    • @andfanilo
      @andfanilo  ปีที่แล้ว

      Hello,
      Yes, Streamlit is really only providing a web app layer over a Python script, so statsmodel would still work the same
      Have a nice day!

  • @ArminEskandary
    @ArminEskandary 2 ปีที่แล้ว

    Hi bro . I need ur help . I want to prevent my app from screen capture and screenshots . Is there any html/css markdown code for it ??

    • @andfanilo
      @andfanilo  2 ปีที่แล้ว

      Hey! No I don't think so, screen capture is system level so no app could have access to those to prevent it :/ what are you trying to achieve?

    • @ArminEskandary
      @ArminEskandary 2 ปีที่แล้ว

      @@andfanilo yeah . There are some websites that prevents recording such as spot player and netflix-us

    • @andfanilo
      @andfanilo  2 ปีที่แล้ว

      I mean, I could still capture the live video/audio feed with OBS for example, so even if you can prevent it at browser-level, I can capture the live feed.
      But I think I understand, there are ways to make it harder from stackoverflow.com/questions/9756837/prevent-html5-video-from-being-downloaded-right-click-saved . Apparently by adding 'oncontextmenu="return false;"' to any video element it would be doable. Using the technique described here (th-cam.com/video/SLyS0v8br20/w-d-xo.html) to leave the component , target all video elements and apply that contextmenu, yeah it could work.
      I haven't tried since I'm actually on a summer break :) but let me know if that helps a bit

  • @jackychan4640
    @jackychan4640 2 ปีที่แล้ว +1

    Thanks Fanilo Andriannasolo

    • @andfanilo
      @andfanilo  2 ปีที่แล้ว +1

      Thanks for watching and for your support :) happy Streamlitin' !

  • @gauthamsuresh4316
    @gauthamsuresh4316 5 หลายเดือนก่อน

    Bro when you are explaining , please say it completely and clearly please. Most of people in streamlit community wants colour-gradient i their code , and you just said do this ....etc. Everything is in a big hurry. Please bro , youtube time limit is 10 or 12 mins right? So please , say things slowly and clearly . So that any beginner who watches your video can learn.
    Clearly I am confused. Your gradient method isnt working in my code. I wrote the complete argument too. See? this is what i meant by not understanding bro. I'm not hating on you. But people came to see your video , watching yo thumbnail about some basic css styling and you explained everything in a jiffy.

  • @flynneugene2675
    @flynneugene2675 3 หลายเดือนก่อน

    bad

  • @fabienbenoit6650
    @fabienbenoit6650 8 หลายเดือนก่อน

    Dude you miss the whole point while trying so hard to be funny the worst presentation ever

    • @andfanilo
      @andfanilo  8 หลายเดือนก่อน

      Too bad 🙂 have a nice day!

  • @RandyGriggs
    @RandyGriggs ปีที่แล้ว

    Hey Fanilo, This is not working for me when I test on my local machine. Can you advise? @st.cache_data
    def get_img_as_base64(file):
    with open(file, "rb") as f:
    data = f.read()
    return base64.b64encode(data).decode()
    img = get_img_as_base64("./images/DeltaPacific_Logo.jpg")
    [data-testid="stSidebar"] > div:first-child {{
    background-image: url("data:image/jpg;base64,{img}");
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;
    }}
    Thank you in advance