sdp7991 commited on
Commit
81280bd
1 Parent(s): bc39732

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  import streamlit as st
2
  from huggingface_hub import InferenceClient
3
 
 
 
4
  st.title("Chatbot App")
5
 
6
  client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
 
1
  import streamlit as st
2
  from huggingface_hub import InferenceClient
3
 
4
+
5
+ #
6
  st.title("Chatbot App")
7
 
8
  client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")