Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -208,7 +208,7 @@ with gr.Blocks() as demo:
|
|
208 |
gr.Markdown("⚠️ Feel free to flag me if you find any errors. :)")
|
209 |
|
210 |
with gr.Column():
|
211 |
-
gr.Markdown('<p style="text-align: center; ">Demo made with ❤ by P.K. Ningrum (2024) | Contact:
|
212 |
|
213 |
if __name__ == "__main__":
|
214 |
demo.launch(show_api=False, share=True)
|
|
|
208 |
gr.Markdown("⚠️ Feel free to flag me if you find any errors. :)")
|
209 |
|
210 |
with gr.Column():
|
211 |
+
gr.Markdown('<p style="text-align: center; ">Demo made with ❤ by P.K. Ningrum (2024) | Contact: https://ningrumdaud.github.io/ </p>')
|
212 |
|
213 |
if __name__ == "__main__":
|
214 |
demo.launch(show_api=False, share=True)
|