fschwartzer commited on
Commit
604f418
1 Parent(s): 29d2ff5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -5,7 +5,7 @@ import datetime
5
  import sentencepiece as spm
6
 
7
  # File upload interface
8
- uploaded_file = st.file_uploader("Upload a CSV or XLSX file", type=['csv', 'xlsx'])
9
 
10
  if uploaded_file:
11
  # Load the file into a DataFrame
@@ -58,9 +58,9 @@ if uploaded_file:
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)
 
5
  import sentencepiece as spm
6
 
7
  # File upload interface
8
+ uploaded_file = st.file_uploader("Carregue um arquivo CSV ou XLSX", type=['csv', 'xlsx'])
9
 
10
  if uploaded_file:
11
  # Load the file into a DataFrame
 
58
 
59
  st.markdown("""
60
  <div style='display: flex; align-items: center;'>
61
+ <div style='width: 20px; height: 20px; background-color: green; border-radius: 50%; margin-right: 2px;'></div>
62
+ <div style='width: 20px; height: 20px; background-color: red; border-radius: 50%; margin-right: 2px;'></div>
63
+ <div style='width: 20px; height: 20px; background-color: yellow; border-radius: 50%; margin-right: 10px;'></div>
64
  <span style='font-size: 40px; font-weight: bold;'>Chatbot do Tesouro RS</span>
65
  </div>
66
  """, unsafe_allow_html=True)