Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ valid_model_names = [
|
|
140 |
'mixtral-8x7b-32768'
|
141 |
]
|
142 |
|
143 |
-
st.markdown("<a href='https://groq.com'><img src='app/static/banner.png' width='500'></a>", unsafe_allow_html=True)
|
144 |
st.write("---")
|
145 |
|
146 |
# Initialize session state
|
|
|
140 |
'mixtral-8x7b-32768'
|
141 |
]
|
142 |
|
143 |
+
#st.markdown("<a href='https://groq.com'><img src='app/static/banner.png' width='500'></a>", unsafe_allow_html=True)
|
144 |
st.write("---")
|
145 |
|
146 |
# Initialize session state
|