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