Karin0616
commited on
Commit
ยท
0334589
1
Parent(s):
7492e4d
block test
Browse files
app.py
CHANGED
@@ -112,11 +112,7 @@ demo = gr.Interface(fn=sepia,
|
|
112 |
title="This is a machine learning activity project at Kyunggi University.",
|
113 |
theme="darkpeach",
|
114 |
css="""
|
115 |
-
|
116 |
-
background-color: dark;
|
117 |
-
color: white; /* ํฐํธ ์์ ์์ */
|
118 |
-
font-family: Arial, sans-serif; /* ํฐํธ ํจ๋ฐ๋ฆฌ ์์ */
|
119 |
-
}
|
120 |
"""
|
121 |
|
122 |
)
|
|
|
112 |
title="This is a machine learning activity project at Kyunggi University.",
|
113 |
theme="darkpeach",
|
114 |
css="""
|
115 |
+
|
|
|
|
|
|
|
|
|
116 |
"""
|
117 |
|
118 |
)
|