Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -58,9 +58,9 @@ if uploaded_file:
|
|
58 |
|
59 |
st.markdown("""
|
60 |
<div style='display: flex; align-items: center;'>
|
61 |
-
<div style='width:
|
62 |
-
<div style='width:
|
63 |
-
<div style='width:
|
64 |
<span style='font-size: 40px; font-weight: bold;'>Chatbot do Tesouro RS</span>
|
65 |
</div>
|
66 |
""", unsafe_allow_html=True)
|
|
|
58 |
|
59 |
st.markdown("""
|
60 |
<div style='display: flex; align-items: center;'>
|
61 |
+
<div style='width: 15px; height: 15px; background-color: green; border-radius: 50%; margin-right: 3px;'></div>
|
62 |
+
<div style='width: 15px; height: 15px; background-color: red; border-radius: 50%; margin-right: 3px;'></div>
|
63 |
+
<div style='width: 15px; height: 15px; background-color: yellow; border-radius: 50%; margin-right: 3px;'></div>
|
64 |
<span style='font-size: 40px; font-weight: bold;'>Chatbot do Tesouro RS</span>
|
65 |
</div>
|
66 |
""", unsafe_allow_html=True)
|