fschwartzer commited on
Commit
86088c2
1 Parent(s): 4ade980

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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: 20px; height: 20px; background-color: green; border-radius: 50%; margin-right: 5px;'></div>
43
- <div style='width: 20px; height: 20px; background-color: red; border-radius: 50%; margin-right: 5px;'></div>
44
- <div style='width: 20px; height: 20px; background-color: yellow; border-radius: 50%; margin-right: 10px;'></div>
45
- <span style='font-size: 24px; font-weight: bold;'>Chatbot do Tesouro RS</span>
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