DmitrMakeev commited on
Commit
d1c3924
1 Parent(s): d2243dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
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
- <h4>As many Text-to-Image Models as I can fit here</h4><br>
68
- <h4>Suggest more up in the "Community" button</h4>
69
-
70
- </div>""")
 
 
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():