Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -275,6 +275,6 @@ if query := st.chat_input("Ask a question"):
|
|
275 |
# Add acknowledgment at the bottom
|
276 |
st.markdown("---")
|
277 |
st.markdown("""
|
278 |
-
|
279 |
This app is based on [Emmanuel M. Ndaliro's work](https://github.com/kram254/Mixture-of-Agents-running-on-Groq/tree/main).
|
280 |
""")
|
|
|
275 |
# Add acknowledgment at the bottom
|
276 |
st.markdown("---")
|
277 |
st.markdown("""
|
278 |
+
####
|
279 |
This app is based on [Emmanuel M. Ndaliro's work](https://github.com/kram254/Mixture-of-Agents-running-on-Groq/tree/main).
|
280 |
""")
|