nexusbert commited on
Commit
ad89fdd
·
1 Parent(s): 6a2acd0
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -111,9 +111,11 @@ def create_portfolio():
111
  gr.Markdown("""
112
  ## About Me
113
 
114
- I am an AI Engineer and Founding Engineer with strong experience in building real-world AI systems end-to-end from data, model development, infrastructure, to deployment. I specialize in creating production-ready ML pipelines, LLM applications, agent systems, and scalable backend services.
115
 
116
  I blend machine learning, software engineering, and product thinking to turn ideas into working AI solutions.
 
 
117
  """)
118
 
119
  # Core Skills Section
@@ -184,7 +186,6 @@ def create_portfolio():
184
  - **Nginx**
185
  """)
186
 
187
- # Featured Projects Section
188
  gr.Markdown("""
189
  ## Featured Projects
190
  """)
@@ -241,15 +242,15 @@ def create_portfolio():
241
  gr.HTML("""
242
  <div class="contact-info">
243
  <p style="font-size: 1.1rem; margin-bottom: 1rem;">
244
- <strong>📧 Email:</strong>
245
  <a href="mailto:omezirizion@gmail.com" class="contact-link">omezirizion@gmail.com</a>
246
  </p>
247
  <p style="font-size: 1.1rem; margin-bottom: 1rem;">
248
- <strong>📞 Phone:</strong>
249
  <a href="tel:+2347052284817" class="contact-link">+2347052284817</a>
250
  </p>
251
  <p style="font-size: 1.1rem; margin-bottom: 0;">
252
- <strong>💬 WhatsApp:</strong>
253
  <a href="https://wa.me/2349123809756" class="contact-link" target="_blank">09123809756</a>
254
  </p>
255
  </div>
 
111
  gr.Markdown("""
112
  ## About Me
113
 
114
+ I am an AI Engineer and Founding Engineer with strong experience in building real-world AI systems end-to-end: from data, model development, infrastructure, to deployment. I specialize in creating production-ready ML pipelines, LLM applications, agent systems, and scalable backend services.
115
 
116
  I blend machine learning, software engineering, and product thinking to turn ideas into working AI solutions.
117
+
118
+ **Yes, I use AI tools** — for further research, faster debugging, and as a tool to enhance my development workflow and productivity.
119
  """)
120
 
121
  # Core Skills Section
 
186
  - **Nginx**
187
  """)
188
 
 
189
  gr.Markdown("""
190
  ## Featured Projects
191
  """)
 
242
  gr.HTML("""
243
  <div class="contact-info">
244
  <p style="font-size: 1.1rem; margin-bottom: 1rem;">
245
+ <strong>Email:</strong>
246
  <a href="mailto:omezirizion@gmail.com" class="contact-link">omezirizion@gmail.com</a>
247
  </p>
248
  <p style="font-size: 1.1rem; margin-bottom: 1rem;">
249
+ <strong>Phone:</strong>
250
  <a href="tel:+2347052284817" class="contact-link">+2347052284817</a>
251
  </p>
252
  <p style="font-size: 1.1rem; margin-bottom: 0;">
253
+ <strong>WhatsApp:</strong>
254
  <a href="https://wa.me/2349123809756" class="contact-link" target="_blank">09123809756</a>
255
  </p>
256
  </div>