awacke1 commited on
Commit
d0addae
·
verified ·
1 Parent(s): 7dae382

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def generate(prompt, history, temperature=0.2, max_new_tokens=256, top_p=0.95, r
36
  return output
37
 
38
  # Streamlit interface
39
- st.title("Mistral 8x7b Chat")
40
 
41
  # Chat history
42
  if 'history' not in st.session_state:
 
36
  return output
37
 
38
  # Streamlit interface
39
+ st.title("🔮🧠ChatBot-Mistral-MoE-Streamlit 8x7b")
40
 
41
  # Chat history
42
  if 'history' not in st.session_state: