Karin0616 commited on
Commit
0334589
ยท
1 Parent(s): 7492e4d

block test

Browse files
Files changed (1) hide show
  1. app.py +1 -5
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
- body {
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
  )