Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/pt/Day30.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ else:
```

## Explicação linha por linha
A primeira coisa a fazer quando estiver criando uma aplicação Strealit é importar a biblioteca `streamlit` como `st`:
A primeira coisa a fazer quando estiver criando uma aplicação Streamlit é importar a biblioteca `streamlit` como `st`:
```python
import streamlit as st
```
Expand Down
2 changes: 1 addition & 1 deletion locale/pt/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ msgid ""
"creation of interactive, data-driven web applications in Python."
msgstr ""
"[Streamlit](https://streamlit.io) é uma biblioteca Python que permite a "
"criação de aplicações interativasis, baseadas em dados em Python."
"criação de aplicações interativas, baseadas em dados em Python."

#: streamlit_app.py:74
msgid "Resources"
Expand Down