Spaces:
Running
Running
Update app.py
Browse files
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("
|
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:
|
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)
|
|
|
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)
|