Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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:
|