Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -274,9 +274,14 @@ if query := st.chat_input("Ask a question"):
|
|
274 |
# Add acknowledgment at the bottom
|
275 |
st.markdown(
|
276 |
"""
|
277 |
-
<div style="text-align: center;">
|
278 |
-
<
|
|
|
|
|
|
|
|
|
|
|
279 |
</div>
|
280 |
""",
|
281 |
unsafe_allow_html=True
|
282 |
-
)
|
|
|
274 |
# Add acknowledgment at the bottom
|
275 |
st.markdown(
|
276 |
"""
|
277 |
+
<div style="text-align: center; padding-top: 20px;">
|
278 |
+
<p style="font-size: 16px;">
|
279 |
+
#### This app is based on
|
280 |
+
<a href="https://github.com/kram254/Mixture-of-Agents-running-on-Groq/tree/main">
|
281 |
+
Emmanuel M. Ndaliro's work
|
282 |
+
</a>.
|
283 |
+
</p>
|
284 |
</div>
|
285 |
""",
|
286 |
unsafe_allow_html=True
|
287 |
+
)
|