Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -39,10 +39,10 @@ def response(question):
|
|
39 |
# Interface Streamlit
|
40 |
st.markdown("""
|
41 |
<div style='display: flex; align-items: center;'>
|
42 |
-
<div style='width:
|
43 |
-
<div style='width:
|
44 |
-
<div style='width:
|
45 |
-
<span style='font-size:
|
46 |
</div>
|
47 |
""", unsafe_allow_html=True)
|
48 |
|
|
|
39 |
# Interface Streamlit
|
40 |
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: 240px; 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)
|
48 |
|