Skip to content

Commit

Permalink
🔧 file modified
Browse files Browse the repository at this point in the history
🐍 python file modified

🐍 python file modified
🔧 file modified
  • Loading branch information
estevam5s committed May 11, 2023
1 parent fb6afd6 commit 3308c34
Show file tree
Hide file tree
Showing 17 changed files with 22 additions and 1,968 deletions.
45 changes: 22 additions & 23 deletions client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def get_img_as_base64(file):
]
)

# dataVendasCategorias= Data().loadVendasCategorias()
st.markdown("## Pedacinho do Céu")
st.markdown("###### Tudo o que você pode saber aqui sobre ✎Bebidas ✎Mercadorias ✎Preços ✎Pratos da casa ✎Clientes ✎Avaliações ✎Custo ✎Localização ✎E muito mais")
st.markdown("Este projeto foi criado para gerenciar um restaurante chamado Pedacinho do Céu. O projeto utiliza Big Data, Power BI, Docker e uma API RESTful para coletar, processar, armazenar e visualizar os dados.")
Expand Down Expand Up @@ -754,34 +753,34 @@ def enviar_email(self, assunto, mensagem):
if selecionar == "Contato":
st.markdown("""
<style>
ul[class="css-j7qwjs e1fqkh3o7"]{
position: relative;
padding-top: 2rem;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.css-17lntkn {
font-weight: bold;
font-size: 18px;
color: grey;
}
.css-pkbazv {
font-weight: bold;
font-size: 18px;
}
ul[class="css-j7qwjs e1fqkh3o7"]{
position: relative;
padding-top: 2rem;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.css-17lntkn {
font-weight: bold;
font-size: 18px;
color: grey;
}
.css-pkbazv {
font-weight: bold;
font-size: 18px;
}
</style>""", unsafe_allow_html=True)

st.header("Contact")

contact_form = """
<form action="https://formsubmit.co/{}" method="POST">
<input type="hidden" name="_captcha" value="false">
<input type="text" name="name" placeholder="Your name" required>
<input type="email" name="email" placeholder="Your email" required>
<textarea name="message" placeholder="Your message here"></textarea>
<button type="submit">Send</button>
<input type="hidden" name="_captcha" value="false">
<input type="text" name="name" placeholder="Your name" required>
<input type="email" name="email" placeholder="Your email" required>
<textarea name="message" placeholder="Your message here"></textarea>
<button type="submit">Send</button>
</form>
""".format("[email protected]") # Substitua o endereço de e-mail aqui

Expand Down
171 changes: 0 additions & 171 deletions client/src/data/bebidas.csv

This file was deleted.

2 changes: 0 additions & 2 deletions client/src/data/cadastro.csv

This file was deleted.

Loading

0 comments on commit 3308c34

Please sign in to comment.