Jiangxz01 commited on
Commit
91b5fb3
·
verified ·
1 Parent(s): fe462a0

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -242,7 +242,7 @@ body {
242
  border-radius: 10px !important;
243
  }
244
  .audio-background {
245
- background-color: #E78F81 !important;
246
  padding: 5px !important;
247
  border-radius: 10px !important;
248
  }
@@ -302,7 +302,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(), css=custom_css) as iface:
302
  )
303
 
304
  with gr.Row():
305
- generate_button = gr.Button("生成", scale=2, elem_classes="gen-button")
306
  api_key = gr.Textbox(label="API Key", type="password", placeholder="API authentication key for large language models", scale=1, elem_classes="api-background")
307
 
308
  audio_output = gr.Audio(label="Generated Podcast Audio", elem_classes="audio-background")
 
242
  border-radius: 10px !important;
243
  }
244
  .audio-background {
245
+ background-color: #FFF4B5 !important;
246
  padding: 5px !important;
247
  border-radius: 10px !important;
248
  }
 
302
  )
303
 
304
  with gr.Row():
305
+ generate_button = gr.Button("生成 Podcast 節目及音檔", scale=2, elem_classes="gen-button")
306
  api_key = gr.Textbox(label="API Key", type="password", placeholder="API authentication key for large language models", scale=1, elem_classes="api-background")
307
 
308
  audio_output = gr.Audio(label="Generated Podcast Audio", elem_classes="audio-background")