Waflon commited on
Commit
a79cd13
1 Parent(s): 9ef29db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -39,11 +39,7 @@ def create_llms_model():
39
  return llm
40
 
41
  # Initialize Streamlit app
42
- st.title("Job Interview Prep ChatBot")
43
- st.title("Personalized Job Success Friend")
44
- st.markdown('<style>h1{color: orange; text-align: center;}</style>', unsafe_allow_html=True)
45
- st.subheader('Get Your Desired Job 💪')
46
- st.markdown('<style>h3{color: pink; text-align: center;}</style>', unsafe_allow_html=True)
47
 
48
  # loading of documents
49
  documents = load_documents()
 
39
  return llm
40
 
41
  # Initialize Streamlit app
42
+ st.title("Chatbot usando mistral, solo test")
 
 
 
 
43
 
44
  # loading of documents
45
  documents = load_documents()