Spaces:
Running
Running
Neopy
commited on
Update app.py
Browse files
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
|
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 |
|