This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import streamlit as st | |
import re | |
from io import StringIO | |
# CSS para Tema Dark com Título Verde #01C801 | |
st.markdown(""" | |
<style> | |
/* Tema Dark Geral */ | |
body { | |
background-color: #000000; |