Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,6 +55,9 @@ with gr.Blocks() as demo:
|
|
55 |
</div>
|
56 |
"""
|
57 |
)
|
|
|
|
|
|
|
58 |
with gr.Row():
|
59 |
|
60 |
with gr.Column():
|
|
|
55 |
</div>
|
56 |
"""
|
57 |
)
|
58 |
+
gr.Markdown('''
|
59 |
+
*Buy me a coffee if you like this project ;P β₯ π *[![Buy me a coffee](https://badgen.net/badge/icon/Buy%20Me%20A%20Coffee?icon=buymeacoffee&label)](https://www.buymeacoffee.com/dgspitzer)
|
60 |
+
''')
|
61 |
with gr.Row():
|
62 |
|
63 |
with gr.Column():
|