Commit
·
d1c3924
1
Parent(s):
d2243dd
Update app.py
Browse files
app.py
CHANGED
@@ -63,11 +63,13 @@ with gr.Blocks(css=css) as myface:
|
|
63 |
""")
|
64 |
|
65 |
with gr.Tab("Description"):
|
66 |
-
gr.HTML("""<div style="text-align:center;">
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
|
|
|
|
71 |
|
72 |
|
73 |
with gr.Row():
|
|
|
63 |
""")
|
64 |
|
65 |
with gr.Tab("Description"):
|
66 |
+
gr.HTML(f"""<title>Как использовать</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
|
67 |
+
<h4>1. </h4>
|
68 |
+
<h4>2. </h4>
|
69 |
+
<h4>3. </h4>
|
70 |
+
<h4>4. </h4>
|
71 |
+
<h4>5. </h4></div>
|
72 |
+
""")
|
73 |
|
74 |
|
75 |
with gr.Row():
|