Skip to content

Instantly share code, notes, and snippets.

@Chilenox
Chilenox / gist:859eefc71b0b29a4d1ef012376bdb3f7
Last active October 8, 2025 13:37
Gerador de Script para Mikrotik
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;