Update app.py
Browse files
app.py
CHANGED
@@ -132,14 +132,14 @@ if topic := st.chat_input(placeholder="📝 Ask a question or provide an essay t
|
|
132 |
|
133 |
# Acknowledgment Section
|
134 |
#st.markdown(
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
|
|
132 |
|
133 |
# Acknowledgment Section
|
134 |
#st.markdown(
|
135 |
+
"""
|
136 |
+
<div style="text-align: center; font-size: 14px; color: #555; padding-top: 250px; margin-top: 250px;">
|
137 |
+
<strong>Acknowledgment:</strong> This app is based on Mesut Duman's work:
|
138 |
+
<a href="https://github.com/mesutdmn/Autonomous-Multi-Agent-Systems-with-CrewAI-Essay-Writer/tree/main"
|
139 |
+
target="_blank" style="color: #007BFF; text-decoration: none;">
|
140 |
+
CrewAI Essay Writer
|
141 |
+
</a>
|
142 |
+
</div>
|
143 |
+
""",
|
144 |
+
unsafe_allow_html=True,
|
145 |
+
)
|