Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,6 @@ def summarize_text(text):
|
|
82 |
|
83 |
def display_content(title, script, summary):
|
84 |
return f"""
|
85 |
-
<h2 style='font-size:24px;'>{title}</h2>
|
86 |
<div style="display: flex; flex-direction: column; gap: 20px;">
|
87 |
<div style="flex: 1;">
|
88 |
<h3>์์ฝ</h3>
|
@@ -94,6 +93,7 @@ def display_content(title, script, summary):
|
|
94 |
<div style="white-space: pre-wrap; background-color: #e0e0e0; padding: 15px; border-radius: 5px;">{script}</div>
|
95 |
</details>
|
96 |
</div>
|
|
|
97 |
</div>
|
98 |
"""
|
99 |
|
|
|
82 |
|
83 |
def display_content(title, script, summary):
|
84 |
return f"""
|
|
|
85 |
<div style="display: flex; flex-direction: column; gap: 20px;">
|
86 |
<div style="flex: 1;">
|
87 |
<h3>์์ฝ</h3>
|
|
|
93 |
<div style="white-space: pre-wrap; background-color: #e0e0e0; padding: 15px; border-radius: 5px;">{script}</div>
|
94 |
</details>
|
95 |
</div>
|
96 |
+
<h2 style='font-size:24px;'>์์ ์ ๋ชฉ: {title}</h2>
|
97 |
</div>
|
98 |
"""
|
99 |
|