Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,8 @@ def create_home_screen():
|
|
12 |
|
13 |
gr.Markdown("# Latest News")
|
14 |
|
|
|
|
|
15 |
# News Item 1
|
16 |
with gr.Row():
|
17 |
with gr.Column(scale=1):
|
@@ -28,6 +30,8 @@ def create_home_screen():
|
|
28 |
π λ©λ΄ 보λλ²: [T2I]λ Text to Image, [I2I]λ Image to Imager, [T2V]λ, Text to Video λ± κ΅¬λΆ\n
|
29 |
π€ [μ΄λ©μΌ λ¬Έμ] [email protected] \n
|
30 |
""")
|
|
|
|
|
31 |
|
32 |
# News Item 2
|
33 |
with gr.Row():
|
@@ -42,6 +46,8 @@ def create_home_screen():
|
|
42 |
π κ³ μ±λ₯ NVIDIA H100 X 4ea, A100 X 50ea, L40s X 1eaκ³Ό μ΄ 130μ¬λμ μλ²μμ κ°λμ€ \n
|
43 |
""")
|
44 |
|
|
|
|
|
45 |
# Discord iframe as another column
|
46 |
with gr.Row():
|
47 |
|
|
|
12 |
|
13 |
gr.Markdown("# Latest News")
|
14 |
|
15 |
+
gr.Markdown("## \n")
|
16 |
+
|
17 |
# News Item 1
|
18 |
with gr.Row():
|
19 |
with gr.Column(scale=1):
|
|
|
30 |
π λ©λ΄ 보λλ²: [T2I]λ Text to Image, [I2I]λ Image to Imager, [T2V]λ, Text to Video λ± κ΅¬λΆ\n
|
31 |
π€ [μ΄λ©μΌ λ¬Έμ] [email protected] \n
|
32 |
""")
|
33 |
+
|
34 |
+
gr.Markdown("## \n")
|
35 |
|
36 |
# News Item 2
|
37 |
with gr.Row():
|
|
|
46 |
π κ³ μ±λ₯ NVIDIA H100 X 4ea, A100 X 50ea, L40s X 1eaκ³Ό μ΄ 130μ¬λμ μλ²μμ κ°λμ€ \n
|
47 |
""")
|
48 |
|
49 |
+
gr.Markdown("## \n")
|
50 |
+
|
51 |
# Discord iframe as another column
|
52 |
with gr.Row():
|
53 |
|