ddiddu commited on
Commit
a8361f2
·
verified ·
1 Parent(s): 8a8aca7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -356,9 +356,11 @@ examples = [
356
  with gr.Blocks(theme='gradio/soft') as demo:
357
  gr.Markdown(
358
  """
 
 
359
  # 😊 Hi Hi Hawaii, I am Jisu Kim!
360
 
361
- I am an MS candidate in the **Interactive Computing** at 🐝**Georgia Tech**. I am advised by [**Ashok Goel**](https://dilab.gatech.edu/ashok-k-goel/) and [**Richmond Wong**](https://richmondywong.com/), and previously by [**Juho Kim**](https://juhokim.com/) at 🪿**KAIST**.
362
 
363
  My research interests lie at the intersection of artificial intelligence (AI) and human-computer interaction (HCI). I am focused on enhancing both productivity tools and creativity support tools in learning environments. My goal is to develop AI technologies that enrich the learning experience and enhance human-AI interaction. Driven by my passion for creating human-centric AI technologies, I am applying to Ph.D. programs for Fall 2025.
364
 
 
356
  with gr.Blocks(theme='gradio/soft') as demo:
357
  gr.Markdown(
358
  """
359
+ <img src="http://jisulog.kim/profile.png" alt="Profile Image" style="width: 250px; height: auto; border-radius: 50%;">
360
+
361
  # 😊 Hi Hi Hawaii, I am Jisu Kim!
362
 
363
+ I am an MS candidate in the **Interactive Computing** at 🐝**Georgia Tech**. I am advised by [**Ashok Goel**](https://dilab.gatech.edu/ashok-k-goel/) and [**Richmond Wong**](https://richmondywong.com/), and was previously advised by [**Juho Kim**](https://juhokim.com/) at 🪿**KAIST**.
364
 
365
  My research interests lie at the intersection of artificial intelligence (AI) and human-computer interaction (HCI). I am focused on enhancing both productivity tools and creativity support tools in learning environments. My goal is to develop AI technologies that enrich the learning experience and enhance human-AI interaction. Driven by my passion for creating human-centric AI technologies, I am applying to Ph.D. programs for Fall 2025.
366