Update app.py
Browse files
app.py
CHANGED
@@ -290,7 +290,7 @@ with gr.Blocks(css_paths="app.css",theme=theme) as demo:
|
|
290 |
)
|
291 |
|
292 |
example_btn7= antd.Button(
|
293 |
-
"행운의 룰렛
|
294 |
type="default",
|
295 |
block=True,
|
296 |
size="middle"
|
|
|
290 |
)
|
291 |
|
292 |
example_btn7= antd.Button(
|
293 |
+
"행운의 룰렛",
|
294 |
type="default",
|
295 |
block=True,
|
296 |
size="middle"
|