ddiddu commited on
Commit
bdbfb7a
·
verified ·
1 Parent(s): 5dff998

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -49,6 +49,16 @@ css = """
49
  with gr.Blocks(theme='gradio/soft', fill_height=True) as demo:
50
  gr.Markdown(
51
  """
 
 
 
 
 
 
 
 
 
 
52
  <img src="http://jisulog.kim/profile.png" alt="Profile Image" style="width: 200px; height: auto; border-radius: 50%;">
53
 
54
  # 😊 Hi, I am Jisu Kim!
 
49
  with gr.Blocks(theme='gradio/soft', fill_height=True) as demo:
50
  gr.Markdown(
51
  """
52
+ <!-- Google tag (gtag.js) -->
53
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-FDMKL18ZZS"></script>
54
+ <script>
55
+ window.dataLayer = window.dataLayer || [];
56
+ function gtag(){dataLayer.push(arguments);}
57
+ gtag('js', new Date());
58
+
59
+ gtag('config', 'G-FDMKL18ZZS');
60
+ </script>
61
+
62
  <img src="http://jisulog.kim/profile.png" alt="Profile Image" style="width: 200px; height: auto; border-radius: 50%;">
63
 
64
  # 😊 Hi, I am Jisu Kim!