Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -20,7 +20,7 @@ st.markdown("""
|
|
| 20 |
<h1 style='font-size: 36px; font-weight: bold; margin-bottom: 0.2em;'>📋📦Checklist de Envio por Loja
|
| 21 |
</h1>
|
| 22 |
<p style='font-size: 18px; color: #444;'>
|
| 23 |
-
Cole as chaves de acesso abaixo, separando por
|
| 24 |
</p>
|
| 25 |
""", unsafe_allow_html=True)
|
| 26 |
|
|
|
|
| 20 |
<h1 style='font-size: 36px; font-weight: bold; margin-bottom: 0.2em;'>📋📦Checklist de Envio por Loja
|
| 21 |
</h1>
|
| 22 |
<p style='font-size: 18px; color: #444;'>
|
| 23 |
+
Cole as chaves de acesso abaixo, separando por frete com <code>ECONÔMICO =</code> e <code>RÁPIDO =</code>.
|
| 24 |
</p>
|
| 25 |
""", unsafe_allow_html=True)
|
| 26 |
|