alphayomega commited on
Commit
2753512
1 Parent(s): a310be4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -7,8 +7,12 @@ from groq import Groq
7
  # Cargar variables de entorno
8
  _ = load_dotenv(find_dotenv())
9
 
10
- # Configurar la página de Streamlit
11
- st.set_page_config(page_icon="📃", layout="wide", page_title="Groq & LLaMA3.1 Chat Bot...")
 
 
 
 
12
 
13
  # Menú superior con fondo transparente
14
  st.markdown(
 
7
  # Cargar variables de entorno
8
  _ = load_dotenv(find_dotenv())
9
 
10
+ # Configurar la página de Streamlit con imagen como ícono
11
+ st.set_page_config(
12
+ page_icon="images/botm.png", # Asegúrate de que la ruta sea correcta
13
+ layout="wide",
14
+ page_title="Groq & LLaMA3.1 Chat Bot..."
15
+ )
16
 
17
  # Menú superior con fondo transparente
18
  st.markdown(