Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -213,13 +213,6 @@ body {
|
|
213 |
text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
|
214 |
margin-bottom: 0 !important;
|
215 |
}
|
216 |
-
.sub-center-aligned {
|
217 |
-
text-align: center !important;
|
218 |
-
color: #ff4081;
|
219 |
-
text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
|
220 |
-
margin: 0 !important;
|
221 |
-
font-size: 18px !important;
|
222 |
-
}
|
223 |
.gen-button {
|
224 |
border-radius: 10px !important;
|
225 |
background-color: #ff4081 !important;
|
@@ -293,8 +286,10 @@ body {
|
|
293 |
"""
|
294 |
|
295 |
with gr.Blocks(theme=gr.themes.Monochrome(), css=custom_css) as iface:
|
296 |
-
gr.Markdown("
|
297 |
-
|
|
|
|
|
298 |
|
299 |
input_text = gr.Textbox(label="請輸入 Podcast 話題(建議50~500字之間)", placeholder="輸入 Podcast 話題內容越詳細劇本越佳 ......", elem_classes="input-background")
|
300 |
|
|
|
213 |
text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
|
214 |
margin-bottom: 0 !important;
|
215 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
216 |
.gen-button {
|
217 |
border-radius: 10px !important;
|
218 |
background-color: #ff4081 !important;
|
|
|
286 |
"""
|
287 |
|
288 |
with gr.Blocks(theme=gr.themes.Monochrome(), css=custom_css) as iface:
|
289 |
+
gr.Markdown("""
|
290 |
+
# 🎙️ 聲音行銷企劃 - 財資歐北共 Podcast 🎙️
|
291 |
+
### ※ 自動生成 Podcast 節目及音檔,系統布署:江信宗,LLM:Llama-3.1-405B-Instruct。
|
292 |
+
""", elem_classes="center-aligned")
|
293 |
|
294 |
input_text = gr.Textbox(label="請輸入 Podcast 話題(建議50~500字之間)", placeholder="輸入 Podcast 話題內容越詳細劇本越佳 ......", elem_classes="input-background")
|
295 |
|