Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ st.markdown("""
|
|
| 41 |
<div style='display: flex; align-items: center;'>
|
| 42 |
<div style='width: 40px; height: 40px; background-color: green; border-radius: 50%; margin-right: 5px;'></div>
|
| 43 |
<div style='width: 40px; height: 40px; background-color: red; border-radius: 50%; margin-right: 5px;'></div>
|
| 44 |
-
<div style='width: 40px; height:
|
| 45 |
<span style='font-size: 40px; font-weight: bold;'>Chatbot do Tesouro RS</span>
|
| 46 |
</div>
|
| 47 |
""", unsafe_allow_html=True)
|
|
|
|
| 41 |
<div style='display: flex; align-items: center;'>
|
| 42 |
<div style='width: 40px; height: 40px; background-color: green; border-radius: 50%; margin-right: 5px;'></div>
|
| 43 |
<div style='width: 40px; height: 40px; background-color: red; border-radius: 50%; margin-right: 5px;'></div>
|
| 44 |
+
<div style='width: 40px; height: 40px; background-color: yellow; border-radius: 50%; margin-right: 5px;'></div>
|
| 45 |
<span style='font-size: 40px; font-weight: bold;'>Chatbot do Tesouro RS</span>
|
| 46 |
</div>
|
| 47 |
""", unsafe_allow_html=True)
|