Spaces:
Sleeping
Sleeping
Update steganography.py
Browse files- steganography.py +2 -3
steganography.py
CHANGED
@@ -103,9 +103,8 @@ with gr.Blocks(
|
|
103 |
with gr.Tab("INFO"):
|
104 |
with gr.Column(variant='panel'):
|
105 |
with gr.Group():
|
106 |
-
gr.HTML("<center><h2>Ha-Ha-Ha, I'm laughing at you.</h2></center>")
|
107 |
-
|
108 |
-
gr.HTML("<center><h2><b>Steganography is not Stable Diffusion and not Suno, why are you trying to generate images and music here?</b></h2></center>")
|
109 |
with gr.Column(variant='panel'):
|
110 |
with gr.Group():
|
111 |
gr.HTML("<center><h1><b>Steganography is a method of hiding information within other information or a physical object in such a way that it cannot be detected. Using steganography, you can hide almost any digital content, including texts, images, audio, and video files.</b></h2></center>")
|
|
|
103 |
with gr.Tab("INFO"):
|
104 |
with gr.Column(variant='panel'):
|
105 |
with gr.Group():
|
106 |
+
gr.HTML("<center><h2>Ha-Ha-Ha, I'm laughing at you.</h2></center><center><h2>People, before using this interface, read about what Steganography is.</h2></center><center><h2><b>Steganography is not Stable Diffusion and not Suno, why are you trying to generate images and music here?</b></h2></center>")
|
107 |
+
|
|
|
108 |
with gr.Column(variant='panel'):
|
109 |
with gr.Group():
|
110 |
gr.HTML("<center><h1><b>Steganography is a method of hiding information within other information or a physical object in such a way that it cannot be detected. Using steganography, you can hide almost any digital content, including texts, images, audio, and video files.</b></h2></center>")
|