Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -82,20 +82,15 @@ with gr.Blocks() as demo:
|
|
82 |
outputs=list(outputs.values()),
|
83 |
)
|
84 |
|
85 |
-
|
86 |
with gr.Row():
|
87 |
with gr.Column(scale=1):
|
88 |
gr.Image(value='icon.jpg')
|
89 |
with gr.Column(scale=4):
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
<a href="https://t.me/mlphys" target="_blank" style="color: #0088cc; text-decoration: none; font-weight: 500;">Telegram</a> |
|
96 |
-
<a href="https://x.com/quensy23" target="_blank" style="color: #1DA1F2; text-decoration: none; font-weight: 500;">Twitter</a> |
|
97 |
-
<a href="https://github.com/freQuensy23-coder" target="_blank" style="color: #0088cc; text-decoration: none; font-weight: 500;">GitHub</a>
|
98 |
-
</p>
|
99 |
-
</div>""")
|
100 |
|
101 |
-
demo.launch()
|
|
|
82 |
outputs=list(outputs.values()),
|
83 |
)
|
84 |
|
85 |
+
# Ссылки на соцсети
|
86 |
with gr.Row():
|
87 |
with gr.Column(scale=1):
|
88 |
gr.Image(value='icon.jpg')
|
89 |
with gr.Column(scale=4):
|
90 |
+
gr.Markdown("""
|
91 |
+
### Поддержка проекта
|
92 |
+
- [Telegram](https://t.me/mlphys)
|
93 |
+
- [GitHub](https://github.com/freQuensy23-coder)
|
94 |
+
""")
|
|
|
|
|
|
|
|
|
|
|
95 |
|
96 |
+
demo.launch()
|