mrbeliever commited on
Commit
6b43b7e
·
verified ·
1 Parent(s): ae97f6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -94,7 +94,12 @@ gr.HTML('''
94
  </p>
95
  ''')
96
 
97
- title = "[AI For All](https://aifa.womener.in)"
 
 
 
 
 
98
  description = r"""
99
  """
100
  examples = [['./input.jpeg'],]
 
94
  </p>
95
  ''')
96
 
97
+ title = "AI For All"
98
+ link = "https://aifa.womener.in"
99
+ markdown_link = f"[{title}]({link})"
100
+ print(markdown_link)
101
+ [AI For All](https://aifa.womener.in)
102
+
103
  description = r"""
104
  """
105
  examples = [['./input.jpeg'],]