DrishtiSharma commited on
Commit
0b62430
·
verified ·
1 Parent(s): 250440e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -11
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
- # <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
- #)
 
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
+ )