Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -224,6 +224,6 @@ with gr.Blocks() as demo:
|
|
224 |
)
|
225 |
|
226 |
with gr.Tabs():
|
227 |
-
gr.Markdown(f"
|
228 |
|
229 |
demo.launch()
|
|
|
224 |
)
|
225 |
|
226 |
with gr.Tabs():
|
227 |
+
gr.Markdown(f"### <div style='text-align: center;'>made with ❤ by <a href='https://huggingface.co/Hev832'>Hev832</a></div>")
|
228 |
|
229 |
demo.launch()
|