Update app.py
Browse files
app.py
CHANGED
@@ -31,15 +31,13 @@ DESCRIPTIONx = """## STABLE HAMSTER 🐹
|
|
31 |
|
32 |
"""
|
33 |
|
34 |
-
DESCRIPTIONy = """
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
"""
|
41 |
-
|
42 |
-
|
43 |
|
44 |
|
45 |
css = '''
|
@@ -265,12 +263,11 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
265 |
|
266 |
gr.HTML(html_content)
|
267 |
|
268 |
-
gr.Markdown(DESCRIPTIONy)
|
269 |
|
270 |
-
gr.Markdown("**Disclaimer:**")
|
271 |
|
272 |
-
gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
|
273 |
-
|
274 |
|
275 |
|
276 |
if __name__ == "__main__":
|
|
|
31 |
|
32 |
"""
|
33 |
|
34 |
+
#DESCRIPTIONy = """
|
35 |
+
# <p align="left">
|
36 |
+
# <a title="Github" href="https://github.com/PRITHIVSAKTHIUR/Stable-Hamster" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
37 |
+
# <img src="https://img.shields.io/github/stars/PRITHIVSAKTHIUR/Stable-Hamster?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
|
38 |
+
# </a>
|
39 |
+
# </p>
|
40 |
+
#"""
|
|
|
|
|
41 |
|
42 |
|
43 |
css = '''
|
|
|
263 |
|
264 |
gr.HTML(html_content)
|
265 |
|
266 |
+
#gr.Markdown(DESCRIPTIONy)
|
267 |
|
268 |
+
#gr.Markdown("**Disclaimer:**")
|
269 |
|
270 |
+
#gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
|
|
|
271 |
|
272 |
|
273 |
if __name__ == "__main__":
|