fschwartzer commited on
Commit
29d2ff5
·
verified ·
1 Parent(s): e2af017

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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: 40px; height: 40px; background-color: green; border-radius: 50%; margin-right: 5px;'></div>
62
- <div style='width: 40px; height: 40px; background-color: red; border-radius: 50%; margin-right: 5px;'></div>
63
- <div style='width: 40px; height: 40px; background-color: yellow; border-radius: 50%; margin-right: 5px;'></div>
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)