Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,6 @@ def main():
|
|
109 |
|
110 |
st.image("./icon.jpg", width=100)
|
111 |
|
112 |
-
st.write("Puedes conversar con este chatbot basado en Mistral7B-Instruct y subir archivos para que el chatbot los procese.")
|
113 |
|
114 |
if "generated" not in st.session_state:
|
115 |
st.session_state["generated"] = []
|
|
|
109 |
|
110 |
st.image("./icon.jpg", width=100)
|
111 |
|
|
|
112 |
|
113 |
if "generated" not in st.session_state:
|
114 |
st.session_state["generated"] = []
|