w3robotics commited on
Commit
ace10d3
Β·
verified Β·
1 Parent(s): 341c82c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ path = "/data" #preset path for hugging face spaces for persistent storage and
15
  model_id="mistralai/Mistral-7B-Instruct-v0.3"
16
 
17
  # Configure the Streamlit app
18
- st.set_page_config(page_title="CRIStine", page_icon "πŸ‘©β€πŸ”§")
19
  st.title("CRIStine - Interactive CRIS Assistant")
20
  st.markdown(f"*This is a chatbot that uses the HuggingFace transformers with Retrieval Augmented Generation to guide and train users. It uses the {model_id}.*")
21
 
 
15
  model_id="mistralai/Mistral-7B-Instruct-v0.3"
16
 
17
  # Configure the Streamlit app
18
+ st.set_page_config(page_title="CRIStine", page_icon = "πŸ‘©β€πŸ”§")
19
  st.title("CRIStine - Interactive CRIS Assistant")
20
  st.markdown(f"*This is a chatbot that uses the HuggingFace transformers with Retrieval Augmented Generation to guide and train users. It uses the {model_id}.*")
21