Spaces:
Runtime error
Runtime error
import streamlit as st | |
st.set_page_config(layout="wide") | |
st.markdown( | |
""" | |
<style> | |
body { | |
background-image: linear-gradient(#2e7bcf,#2e7bcf); | |
color: white; | |
} | |
</style> | |
""", | |
unsafe_allow_html=True, | |
) | |