add github profile
Browse files
app.py
CHANGED
@@ -41,6 +41,7 @@ def create_demo():
|
|
41 |
with gr.Blocks() as demo:
|
42 |
gr.Markdown(f"<h1 style='text-align: center;'>{title}</h1>")
|
43 |
gr.Markdown(f"<h3 style='text-align: center'>{description_en}</h3>")
|
|
|
44 |
|
45 |
with gr.Row():
|
46 |
with gr.Column():
|
|
|
41 |
with gr.Blocks() as demo:
|
42 |
gr.Markdown(f"<h1 style='text-align: center;'>{title}</h1>")
|
43 |
gr.Markdown(f"<h3 style='text-align: center'>{description_en}</h3>")
|
44 |
+
gr.Markdown(f"<a href='https://github.com/jjuun0'><img src='https://img.shields.io/badge/GitHub-181717?style=flat-square&logo=GitHub&logoColor=white'/></a>")
|
45 |
|
46 |
with gr.Row():
|
47 |
with gr.Column():
|