Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,8 @@ from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, pipeline
|
|
4 |
|
5 |
from st_pages import Page, show_pages, add_page_title
|
6 |
|
|
|
|
|
7 |
# Optional -- adds the title and icon to the current page
|
8 |
add_page_title()
|
9 |
|
@@ -25,7 +27,6 @@ def load_answer(question):
|
|
25 |
|
26 |
#App UI starts here
|
27 |
|
28 |
-
st.set_page_config(page_title="Tradução do Português para o Inglês.", page_icon=":robot:")
|
29 |
with st.sidebar:
|
30 |
st.sidebar.success("Selecione uma das seguintes opções")
|
31 |
st.image("https://www.viajenaviagem.com/wp-content/uploads/2020/02/belo-horizonte-pampulha.jpg.webp", caption='Autoria de Thiago Lanza. Todos os direitos reservados')
|
|
|
4 |
|
5 |
from st_pages import Page, show_pages, add_page_title
|
6 |
|
7 |
+
st.set_page_config(page_title="Tradução do Português para o Inglês.", page_icon=":robot:")
|
8 |
+
|
9 |
# Optional -- adds the title and icon to the current page
|
10 |
add_page_title()
|
11 |
|
|
|
27 |
|
28 |
#App UI starts here
|
29 |
|
|
|
30 |
with st.sidebar:
|
31 |
st.sidebar.success("Selecione uma das seguintes opções")
|
32 |
st.image("https://www.viajenaviagem.com/wp-content/uploads/2020/02/belo-horizonte-pampulha.jpg.webp", caption='Autoria de Thiago Lanza. Todos os direitos reservados')
|