german354a commited on
Commit
9641406
·
verified ·
1 Parent(s): b69aa76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -18,15 +18,15 @@ llms = [
18
  'microsoft/Phi-3-mini-4k-instruct'
19
  ]
20
 
21
- st.title("HugChat LLM Chatbot")
22
- st.markdown("Made by Vo1d_s")
23
 
24
  sidebar = st.sidebar
25
  sidebar.markdown("## HuggingFace account")
26
  email = sidebar.text_input("Email", placeholder="Your email", disabled=st.session_state.logged_in)
27
  password = sidebar.text_input("Password (secure)", placeholder="Your password", type="password", disabled=st.session_state.logged_in)
28
  empty = sidebar.empty()
29
- sidebar.warning("Note: You may get an email saying that someone logged into your account because this uses HuggingFace, it is safe.")
30
 
31
  def change_system_prompt():
32
  st.session_state.messages = []
 
18
  'microsoft/Phi-3-mini-4k-instruct'
19
  ]
20
 
21
+ st.title("MODELO DE IA CHATBOT ELISA I")
22
+ st.markdown(" GERARDO")
23
 
24
  sidebar = st.sidebar
25
  sidebar.markdown("## HuggingFace account")
26
  email = sidebar.text_input("Email", placeholder="Your email", disabled=st.session_state.logged_in)
27
  password = sidebar.text_input("Password (secure)", placeholder="Your password", type="password", disabled=st.session_state.logged_in)
28
  empty = sidebar.empty()
29
+ sidebar.warning("Nota crea una cuenta con tu correo en hugginface por seguridad.")
30
 
31
  def change_system_prompt():
32
  st.session_state.messages = []