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