Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,11 +39,7 @@ def create_llms_model():
|
|
39 |
return llm
|
40 |
|
41 |
# Initialize Streamlit app
|
42 |
-
st.title("
|
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()
|