Update app.py
Browse files
app.py
CHANGED
|
@@ -326,8 +326,9 @@ def create_interface():
|
|
| 326 |
return welcome_text, gr.update(selected="기준 설정")
|
| 327 |
|
| 328 |
def play_music():
|
| 329 |
-
|
| 330 |
-
|
|
|
|
| 331 |
|
| 332 |
def save_reflection(text, state):
|
| 333 |
if not text.strip():
|
|
|
|
| 326 |
return welcome_text, gr.update(selected="기준 설정")
|
| 327 |
|
| 328 |
def play_music():
|
| 329 |
+
audio_path = os.path.abspath(os.path.join("assets", "main_music.mp3"))
|
| 330 |
+
return gr.update(value=audio_path, autoplay=True)
|
| 331 |
+
|
| 332 |
|
| 333 |
def save_reflection(text, state):
|
| 334 |
if not text.strip():
|