spedrox-sac commited on
Commit
aad8087
1 Parent(s): f2a0d4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ llm = initialize_llm()
33
  parser = StrOutputParser()
34
 
35
  #streamlit framework
36
- st.title("Chatbot(MistralAI)")
37
  input_text = st.text_input("Feel free to ask me anything")
38
 
39
  # Only make API call when submit button is pressed
 
33
  parser = StrOutputParser()
34
 
35
  #streamlit framework
36
+ st.title("Codestral")
37
  input_text = st.text_input("Feel free to ask me anything")
38
 
39
  # Only make API call when submit button is pressed