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