manuelcozar55 commited on
Commit
59ec9b6
·
verified ·
1 Parent(s): 4393378

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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"] = []