raannakasturi
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ app = gr.Interface(
|
|
57 |
gr.Textbox(label="Server/Website Status", type="text"),
|
58 |
gr.Textbox(label="Code Status", type="text"),
|
59 |
gr.Textbox(label="More Code Status Information", type="text")
|
60 |
-
]
|
61 |
title="Website HTTP Status Checker<br> by <a href='https://nayankasturi.eu.org'>Nayan Kasturi</a> aka Raanna.<br> Checkout my <a href='https://github.com/raannakasturi'>Github</a> for more projects and contact info.",
|
62 |
description="This app scans the website for HTTP statuses.<br> Licenced under <a href='https://creativecommons.org/licenses/by-nc-sa/4.0/'>cc-by-nc-sa-4.0</a>",
|
63 |
api_name="get",
|
|
|
57 |
gr.Textbox(label="Server/Website Status", type="text"),
|
58 |
gr.Textbox(label="Code Status", type="text"),
|
59 |
gr.Textbox(label="More Code Status Information", type="text")
|
60 |
+
],
|
61 |
title="Website HTTP Status Checker<br> by <a href='https://nayankasturi.eu.org'>Nayan Kasturi</a> aka Raanna.<br> Checkout my <a href='https://github.com/raannakasturi'>Github</a> for more projects and contact info.",
|
62 |
description="This app scans the website for HTTP statuses.<br> Licenced under <a href='https://creativecommons.org/licenses/by-nc-sa/4.0/'>cc-by-nc-sa-4.0</a>",
|
63 |
api_name="get",
|