-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐍 python file modified 🐍 python file modified 🔧 file modified
- Loading branch information
Showing
17 changed files
with
22 additions
and
1,968 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.") | ||
|
@@ -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 | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.