Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -270,11 +270,11 @@ if query := st.chat_input("Ask a question"):
|
|
270 |
|
271 |
|
272 |
|
273 |
-
# Add
|
274 |
st.markdown(
|
275 |
"""
|
276 |
<div style="text-align: center; font-size: 14px; color: #555; padding-top: 260px; margin-top: 260px;">
|
277 |
-
<strong>
|
278 |
<a href="https://github.com/kram254/Mixture-of-Agents-running-on-Groq/tree/main"
|
279 |
target="_blank" style="color: #007BFF; text-decoration: none;">
|
280 |
Emmanuel M. Ndaliro's work
|
|
|
270 |
|
271 |
|
272 |
|
273 |
+
# Add acknowledgement at the bottom
|
274 |
st.markdown(
|
275 |
"""
|
276 |
<div style="text-align: center; font-size: 14px; color: #555; padding-top: 260px; margin-top: 260px;">
|
277 |
+
<strong>Acknowledgement:</strong> This app is based on
|
278 |
<a href="https://github.com/kram254/Mixture-of-Agents-running-on-Groq/tree/main"
|
279 |
target="_blank" style="color: #007BFF; text-decoration: none;">
|
280 |
Emmanuel M. Ndaliro's work
|