Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,13 +100,13 @@ import streamlit as st
|
|
| 100 |
|
| 101 |
# configurar la página
|
| 102 |
st.set_page_config(
|
| 103 |
-
page_title="Chatbot -
|
| 104 |
page_icon="🤖",
|
| 105 |
layout="centered",
|
| 106 |
initial_sidebar_state="collapsed",
|
| 107 |
)
|
| 108 |
|
| 109 |
-
st.title("Chatbot monitoreo de sensores
|
| 110 |
|
| 111 |
if "history" not in st.session_state:
|
| 112 |
st.session_state["history"] = []
|
|
|
|
| 100 |
|
| 101 |
# configurar la página
|
| 102 |
st.set_page_config(
|
| 103 |
+
page_title="Chatbot - ESP32 🤖",
|
| 104 |
page_icon="🤖",
|
| 105 |
layout="centered",
|
| 106 |
initial_sidebar_state="collapsed",
|
| 107 |
)
|
| 108 |
|
| 109 |
+
st.title("Chatbot monitoreo de sensores y ESP32 🤖")
|
| 110 |
|
| 111 |
if "history" not in st.session_state:
|
| 112 |
st.session_state["history"] = []
|