Spaces:
Sleeping
Sleeping
Update steganography.py
Browse files- steganography.py +1 -1
steganography.py
CHANGED
@@ -128,9 +128,9 @@ with gr.Blocks(
|
|
128 |
title='Audio Steganography',
|
129 |
theme="Hev832/Applio",
|
130 |
) as iface:
|
|
|
131 |
|
132 |
with gr.Group():
|
133 |
-
gr.Markdown("# Audio Steganography")
|
134 |
with gr.Row(variant='panel'):
|
135 |
with gr.Column():
|
136 |
gr.HTML("<center><h2><a href='https://t.me/pol1trees'>Telegram Channel</a></h2></center>")
|
|
|
128 |
title='Audio Steganography',
|
129 |
theme="Hev832/Applio",
|
130 |
) as iface:
|
131 |
+
gr.Markdown("# Audio Steganography")
|
132 |
|
133 |
with gr.Group():
|
|
|
134 |
with gr.Row(variant='panel'):
|
135 |
with gr.Column():
|
136 |
gr.HTML("<center><h2><a href='https://t.me/pol1trees'>Telegram Channel</a></h2></center>")
|