Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -44,17 +44,18 @@ def create_home_screen():
|
|
44 |
|
45 |
# Discord iframe as another column
|
46 |
with gr.Row():
|
47 |
-
|
48 |
-
gr.Markdown("""
|
49 |
-
### λμ€μ½λ μλ² μ°Έμ¬
|
50 |
-
π€ λμ€μ½λ μλ²μ μ°Έμ¬νλ©΄ λμ± λ€μν 90μ’
μ΄μμ AI μλΉμ€λ₯Ό λ§λ μ μμ΅λλ€.
|
51 |
-
π€ μ°μΈ‘ νλ©΄ νλ¨ "Join Discord"λ₯Ό ν΄λ¦νμΈμ.
|
52 |
-
""")
|
53 |
with gr.Column(scale=1):
|
54 |
gr.HTML("""
|
55 |
<iframe src="https://discord.com/widget?id=1228254992729767996&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
|
56 |
""")
|
57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
return home
|
59 |
|
60 |
if __name__ == "__main__":
|
|
|
44 |
|
45 |
# Discord iframe as another column
|
46 |
with gr.Row():
|
47 |
+
|
|
|
|
|
|
|
|
|
|
|
48 |
with gr.Column(scale=1):
|
49 |
gr.HTML("""
|
50 |
<iframe src="https://discord.com/widget?id=1228254992729767996&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
|
51 |
""")
|
52 |
+
|
53 |
+
with gr.Column(scale=2):
|
54 |
+
gr.Markdown("""
|
55 |
+
### λμ€μ½λ μλ² μ°Έμ¬
|
56 |
+
π€ λμ€μ½λ μλ²μ μ°Έμ¬νλ©΄ λμ± λ€μν 90μ’
μ΄μμ AI μλΉμ€λ₯Ό λ§λ μ μμ΅λλ€. \n
|
57 |
+
π€ μ°μΈ‘ νλ©΄ νλ¨ "Join Discord"λ₯Ό ν΄λ¦νμΈμ. \n
|
58 |
+
""")
|
59 |
return home
|
60 |
|
61 |
if __name__ == "__main__":
|