Update app.py
Browse files
app.py
CHANGED
@@ -225,11 +225,11 @@ with tab2:
|
|
225 |
st.text_area("Error Details:", traceback.format_exc(), height=200)
|
226 |
|
227 |
|
228 |
-
#
|
229 |
st.markdown(
|
230 |
"""
|
231 |
<div style="text-align: center; font-size: 14px; color: #555; padding-top: 200px; margin-top: 200px;">
|
232 |
-
<strong>
|
233 |
<a href="https://github.com/mesutdmn/Autonomous-Multi-Agent-Systems-with-CrewAI-Essay-Writer/tree/main"
|
234 |
target="_blank" style="color: #007BFF; text-decoration: none;">
|
235 |
CrewAI Essay Writer
|
|
|
225 |
st.text_area("Error Details:", traceback.format_exc(), height=200)
|
226 |
|
227 |
|
228 |
+
# Acknowledgement Section
|
229 |
st.markdown(
|
230 |
"""
|
231 |
<div style="text-align: center; font-size: 14px; color: #555; padding-top: 200px; margin-top: 200px;">
|
232 |
+
<strong>Acknowledgement:</strong> This app is based on Mesut Duman's work:
|
233 |
<a href="https://github.com/mesutdmn/Autonomous-Multi-Agent-Systems-with-CrewAI-Essay-Writer/tree/main"
|
234 |
target="_blank" style="color: #007BFF; text-decoration: none;">
|
235 |
CrewAI Essay Writer
|