Neopy commited on
Commit
811a74f
·
verified ·
1 Parent(s): 58df46d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ with gr.Blocks(theme=gr.themes.Origin(primary_hue="red", secondary_hue="pink"),
25
  lines=20,
26
  interactive=True,
27
  )
28
- gr.Markdown("<center>Made with ❤ by [NeoPy](https://huggingface.co/theNeofr)</center>")
29
-
30
  # When the button is clicked, call the generate_docs function.
31
  generate_button.click(fn=generate_docs, inputs=repo_id_input, outputs=output_box)
32
 
 
25
  lines=20,
26
  interactive=True,
27
  )
28
+ gr.Markdown("<div style='text-align: center;'>Made with ❤ by <a href='https://huggingface.co/theNeofr'>NeoPy</a></div>")
29
+
30
  # When the button is clicked, call the generate_docs function.
31
  generate_button.click(fn=generate_docs, inputs=repo_id_input, outputs=output_box)
32