Spaces:
Running
Running
drguilhermeapolinario
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,9 @@ import streamlit as st
|
|
2 |
import toml
|
3 |
import os
|
4 |
|
|
|
|
|
|
|
5 |
# Definir o caminho para o config.toml na pasta .streamlit
|
6 |
config_path = os.path.join(".streamlit", "config.toml")
|
7 |
|
|
|
2 |
import toml
|
3 |
import os
|
4 |
|
5 |
+
st.set_page_config(layout="wide")
|
6 |
+
|
7 |
+
|
8 |
# Definir o caminho para o config.toml na pasta .streamlit
|
9 |
config_path = os.path.join(".streamlit", "config.toml")
|
10 |
|