Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -212,7 +212,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
212 |
elem_id="title",
|
213 |
)
|
214 |
gr.Markdown(
|
215 |
-
f"""
|
216 |
elem_id="subtitle",
|
217 |
)
|
218 |
gr.DuplicateButton(
|
|
|
212 |
elem_id="title",
|
213 |
)
|
214 |
gr.Markdown(
|
215 |
+
f"""About me! [potofu.me](https://potofu.me/akimitsujiro)""",
|
216 |
elem_id="subtitle",
|
217 |
)
|
218 |
gr.DuplicateButton(
|