Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ with gr.Blocks(title="📚 귀여운 스토리 앱") as demo:
|
|
105 |
}
|
106 |
|
107 |
.story-text {
|
108 |
-
font-size:
|
109 |
font-weight: bold;
|
110 |
text-align: center;
|
111 |
color: #FF4500;
|
|
|
105 |
}
|
106 |
|
107 |
.story-text {
|
108 |
+
font-size: 2em;
|
109 |
font-weight: bold;
|
110 |
text-align: center;
|
111 |
color: #FF4500;
|